Trace number 4284258

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) 247.24699 240.024

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1510
Best CPU time to get the best result obtained on this benchmark1975.21
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"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":1533}]
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-4284258-1503211842.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284258-1503211842.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
3.10/1.14	c solve instance...
247.22/240.01	s UNKNOWN
247.22/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 (12082 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-4284258-1503211842/watcher-4284258-1503211842 -o /tmp/evaluation-result-4284258-1503211842/solver-4284258-1503211842 -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 1396592076 HOME/instance-4284258-1503211842.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=15135, runsolver pid=15132
Current StackSize limit: 8192 KiB


[startup+0.10106 s]*
/proc/loadavg: 1.95 1.85 1.72 3/217 15151
/proc/meminfo: memFree=24777960/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13978596 memory=28688 CPUtime=0.12 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 5475 0 0 0 11 1 0 0 20 0 15 0 154271826 14314082304 7172 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3494649 7172 2889 1 0 3482966 0
[pid=15137/tid=15138] ppid=15135 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 3477 0 0 0 8 1 0 0 20 0 15 0 154271826 14314082304 7172 33554432000 4194304 4196468 140721153897152 140050268935984 140050249868299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14314082304 7172 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13978596 memory=139853777200768 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271827 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13978596 memory=139853777200768 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271829 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154271829 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049176020128 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154271829 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13978596 memory=139853777200768 CPUtime=0.01 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) R 15135 15135 13358 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049170758128 140050257808433 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13978596 memory=139853777200768 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271832 14314082304 7172 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30072 KiB

[startup+0.210701 s]*
/proc/loadavg: 1.95 1.85 1.72 3/217 15151
/proc/meminfo: memFree=24766748/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13982852 memory=40524 CPUtime=0.33 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 8180 0 0 0 31 2 0 0 20 0 15 0 154271826 14318440448 10131 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3495713 10131 3059 1 0 3482966 0
[pid=15137/tid=15138] ppid=15135 vsize=13982884 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 5318 0 0 0 18 1 0 0 20 0 15 0 154271826 14318473216 10153 33554432000 4194304 4196468 140721153897152 140050268912336 140050257419674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13982884 memory=2898 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318473216 10153 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13982852 memory=288370229928912512 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13982852 memory=139853777200768 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049176020128 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 526 0 0 0 2 0 0 0 20 0 15 0 154271832 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13982884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 154271832 14318473216 10153 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13982884 memory=139853777200768 CPUtime=0.07 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 704 0 0 0 7 0 0 0 20 0 15 0 154271832 14318473216 10153 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 10153 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41908 KiB

[startup+0.310431 s]*
/proc/loadavg: 1.96 1.85 1.72 5/217 15151
/proc/meminfo: memFree=24760172/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13982852 memory=47700 CPUtime=0.51 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 8998 0 0 0 48 3 0 0 20 0 15 0 154271826 14318440448 11925 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3495713 11925 3123 1 0 3482966 0
[pid=15137/tid=15138] ppid=15135 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 5968 0 0 0 27 2 0 0 20 0 15 0 154271826 14318440448 11925 33554432000 4194304 4196468 140721153897152 140050268939216 140049901293568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 11925 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271827 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049176020128 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154271829 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13982852 memory=4713750055892520310 CPUtime=0.04 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 595 0 0 0 4 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) R 15135 15135 13358 0 -1 4202560 799 0 0 0 12 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049170753888 140049901158510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271832 14318440448 11925 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49084 KiB

[startup+0.701616 s]
/proc/loadavg: 1.96 1.85 1.72 5/217 15151
/proc/meminfo: memFree=24717908/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13984976 memory=119748 CPUtime=1.76 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 12771 0 0 0 171 5 0 0 20 0 15 0 154271826 14320615424 29937 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3496244 29937 3203 1 0 3483478 0
[pid=15137/tid=15138] ppid=15135 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 6434 0 0 0 64 3 0 0 20 0 15 0 154271826 14320615424 29937 33554432000 4194304 4196468 140721153897152 140050268938528 140050264724058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14320615424 29937 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13984976 memory=42964 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271827 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13984976 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154271827 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049176020128 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13984976 memory=796 CPUtime=0.37 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) R 15135 15135 13358 0 -1 4202560 1977 0 0 0 37 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049172849912 140050264724058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13984976 memory=10088 CPUtime=0.36 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) R 15135 15135 13358 0 -1 4202560 1437 0 0 0 36 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049171792720 140050250766705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13984976 memory=1948 CPUtime=0.32 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 1617 0 0 0 32 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13984976 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 29937 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 121132 KiB

[startup+1.50135 s]
/proc/loadavg: 1.96 1.85 1.72 5/217 15151
/proc/meminfo: memFree=24632644/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0

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

/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13984976 memory=713856 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13984976 memory=711772 CPUtime=2.47 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 8439 0 0 0 246 1 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13984976 memory=1384 CPUtime=2.45 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 8522 0 0 0 244 1 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13984976 memory=279707329950192 CPUtime=0.75 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 6710 0 0 0 74 1 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13984976 memory=4639059877821435936 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13984976 memory=129 CPUtime=0.06 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 142 0 0 0 2 4 0 0 20 0 15 0 154271832 14320615424 178527 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 108.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 715492 KiB

[startup+162.301 s]
/proc/loadavg: 1.89 1.85 1.74 3/217 15231
/proc/meminfo: memFree=24065356/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13984976 memory=723136 CPUtime=169.2 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 52751 0 0 0 16868 52 0 0 20 0 15 0 154271826 14320615424 180784 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3496244 180784 3255 1 0 3483478 0
[pid=15137/tid=15138] ppid=15135 vsize=13984976 memory=723136 CPUtime=161.9 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 16114 0 0 0 16179 11 0 0 20 0 15 0 154271826 14320615424 180784 33554432000 4194304 4196468 140721153897152 140050268939248 140049908655705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13984976 memory=720584 CPUtime=0.3 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 2086 0 0 0 23 7 0 0 20 0 15 0 154271827 14320615424 180784 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13984976 memory=720584 CPUtime=0.31 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 1836 0 0 0 24 7 0 0 20 0 15 0 154271827 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13984976 memory=720584 CPUtime=0.31 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1428 0 0 0 23 8 0 0 20 0 15 0 154271827 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13984976 memory=720584 CPUtime=0.3 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 1104 0 0 0 23 7 0 0 20 0 15 0 154271827 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13984976 memory=723136 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 1435 0 0 0 2 0 0 0 20 0 15 0 154271829 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13984976 memory=723136 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049176020192 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13984976 memory=723136 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13984976 memory=723136 CPUtime=2.53 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 9900 0 0 0 252 1 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13984976 memory=1384 CPUtime=2.59 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 10559 0 0 0 257 2 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13984976 memory=1384 CPUtime=0.76 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 6763 0 0 0 75 1 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13984976 memory=720584 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13984976 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 168 0 0 0 3 5 0 0 20 0 15 0 154271832 14320615424 180784 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 169.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 724520 KiB

[startup+222.301 s]
/proc/loadavg: 1.80 1.83 1.74 3/218 15240
/proc/meminfo: memFree=23155376/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13984976 memory=747340 CPUtime=229.48 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 55041 0 0 0 22887 61 0 0 20 0 15 0 154271826 14320615424 186835 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3496244 186835 3255 1 0 3483478 0
[pid=15137/tid=15138] ppid=15135 vsize=13984976 memory=747340 CPUtime=221.83 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 16979 0 0 0 22172 11 0 0 20 0 15 0 154271826 14320615424 186835 33554432000 4194304 4196468 140721153897152 140050268941856 140049908655700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13984976 memory=747340 CPUtime=0.37 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 2250 0 0 0 28 9 0 0 20 0 15 0 154271827 14320615424 186835 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13984976 memory=747340 CPUtime=0.38 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 2285 0 0 0 29 9 0 0 20 0 15 0 154271827 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13984976 memory=747340 CPUtime=0.37 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1543 0 0 0 28 9 0 0 20 0 15 0 154271827 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13984976 memory=1384 CPUtime=0.37 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 1438 0 0 0 28 9 0 0 20 0 15 0 154271827 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13984976 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 1670 0 0 0 2 1 0 0 20 0 15 0 154271829 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049176020192 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13984976 memory=747340 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13984976 memory=1384 CPUtime=2.53 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 9908 0 0 0 252 1 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13984976 memory=1948 CPUtime=2.63 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 10639 0 0 0 261 2 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13984976 memory=8584 CPUtime=0.76 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 6768 0 0 0 75 1 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13984976 memory=1720 CPUtime=0.13 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 203 0 0 0 5 8 0 0 20 0 15 0 154271832 14320615424 186835 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 229.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 748724 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.78 1.83 1.74 3/218 15240
/proc/meminfo: memFree=23122780/32770624 swapFree=67108860/67108860
[pid=15135] ppid=15132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15135/stat : 15135 (xcsp3-exec) S 15132 15135 13358 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154271826 9740288 346 33554432000 4194304 5098028 140726155118032 140726155116136 140646792077948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28061696 140726155121780 140726155121984 140726155121984 140726155124715 0
/proc/15135/statm: 2378 346 289 221 0 87 0
[pid=15137] ppid=15135 vsize=13984976 memory=734432 CPUtime=247.22 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15135 15135 13358 0 -1 1077944320 55310 0 0 0 24660 62 0 0 20 0 15 0 154271826 14320615424 183608 33554432000 4194304 4196468 140721153897152 140721153879696 140050264702711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
/proc/15137/statm: 3496244 183608 3255 1 0 3483478 0
[pid=15137/tid=15138] ppid=15135 vsize=13984976 memory=6791534058613427641 CPUtime=239.53 cores=1,3,5,7
/proc/15137/task/15138/stat : 15138 (java) R 15135 15135 13358 0 -1 4202560 17193 0 0 0 23942 11 0 0 20 0 15 0 154271826 14320615424 183608 33554432000 4194304 4196468 140721153897152 140050268941856 140049902356654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15139] ppid=15135 vsize=13984976 memory=1692 CPUtime=0.38 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15135 15135 13358 0 -1 1077944384 2273 0 0 0 29 9 0 0 20 0 15 0 154271827 14320615424 183608 33554432000 4194304 4196468 140721153897152 140050227809296 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15140] ppid=15135 vsize=13984976 memory=916 CPUtime=0.38 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15135 15135 13358 0 -1 1077944384 2305 0 0 0 29 9 0 0 20 0 15 0 154271827 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049859669136 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15141] ppid=15135 vsize=13984976 memory=3832 CPUtime=0.38 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15135 15135 13358 0 -1 1077944384 1547 0 0 0 28 10 0 0 20 0 15 0 154271827 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049858616080 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15142] ppid=15135 vsize=13984976 memory=4872558044660077418 CPUtime=0.38 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15135 15135 13358 0 -1 1077944384 1442 0 0 0 29 9 0 0 20 0 15 0 154271827 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049857563536 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15143] ppid=15135 vsize=13984976 memory=8584 CPUtime=0.03 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15135 15135 13358 0 -1 1077944384 1672 0 0 0 2 1 0 0 20 0 15 0 154271829 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049177073904 140050264713858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15144] ppid=15135 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15135 15135 13358 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049176020192 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15145] ppid=15135 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15135 15135 13358 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154271829 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049174967024 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15146] ppid=15135 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049173915600 140050264721307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15147] ppid=15135 vsize=13984976 memory=1436 CPUtime=2.53 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15135 15135 13358 0 -1 1077944384 9908 0 0 0 252 1 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049172863728 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15148] ppid=15135 vsize=13984976 memory=1200 CPUtime=2.63 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15135 15135 13358 0 -1 1077944384 10639 0 0 0 261 2 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049171811184 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15149] ppid=15135 vsize=13984976 memory=6791534058613427641 CPUtime=0.76 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15135 15135 13358 0 -1 1077944384 6768 0 0 0 75 1 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049170758128 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15150] ppid=15135 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15135 15135 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049169705824 140050264712917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
[pid=15137/tid=15151] ppid=15135 vsize=13984976 memory=5788 CPUtime=0.14 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15135 15135 13358 0 -1 1077944384 205 0 0 0 6 8 0 0 20 0 15 0 154271832 14320615424 183608 33554432000 4194304 4196468 140721153897152 140049168652848 140050264713858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9236480 140721153901725 140721153901900 140721153901900 140721153904591 0
Current children cumulated CPU time: 247.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 735816 KiB

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

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

[startup+240.024 s]
# the end of solver process 15137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.613 s, system=0.633203 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.024
CPU time (s): 247.247
CPU user time (s): 246.613
CPU system time (s): 0.633203
CPU usage (%): 103.009
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 748724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.613
system time used= 0.633203
maximum resident set size= 749388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8375
involuntary context switches= 237


# summary of solver processes directly reported to runsolver:
#   pid: 15135,15137
#   total CPU time (s): 247.247
#   total CPU user time (s): 246.613
#   total CPU system time (s): 0.633203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.56303 second user time and 2.40613 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-20 08:36:22
IDJOB=4284258
IDBENCH=124244
IDSOLVER=2680
FILE ID=node112/4284258-1503211842
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-t16-1.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-4284258-1503211842/watcher-4284258-1503211842 -o /tmp/evaluation-result-4284258-1503211842/solver-4284258-1503211842 -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 1396592076 HOME/instance-4284258-1503211842.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=1396592076

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:        24795592 kB
MemAvailable:   31551172 kB
Buffers:          254840 kB
Cached:          6790088 kB
SwapCached:            0 kB
Active:          1598140 kB
Inactive:        5921516 kB
Active(anon):     426064 kB
Inactive(anon):    84384 kB
Active(file):    1172076 kB
Inactive(file):  5837132 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:        411968 kB
Mapped:            64136 kB
Shmem:             33416 kB
Slab:             151984 kB
SReclaimable:     124416 kB
SUnreclaim:        27568 kB
KernelStack:        3840 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1252568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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:40:22