Trace number 4283077

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 4.0.5 seq (2017-08-18)? (TO) 245.065 240.022

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-42.xml
MD5SUMf0ae775e0a261424aab5dff09c8fa0c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark806
Best CPU time to get the best result obtained on this benchmark1808.87
Satisfiable
(Un)Satisfiability was proved
Number of variables3917
Number of constraints2192
Number of domains4
Minimum domain size2
Maximum domain size3873
Distribution of domain sizes[{"size":2,"count":1936},{"size":3,"count":1936},{"size":1765,"count":1},{"size":3873,"count":44}]
Minimum variable degree1
Maximum variable degree45
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1933},{"degree":3,"count":47},{"degree":4,"count":168},{"degree":8,"count":164},{"degree":9,"count":1600},{"degree":45,"count":1}]
Minimum constraint arity2
Maximum constraint arity46
Distribution of constraint arities[{"arity":2,"count":212},{"arity":3,"count":168},{"arity":10,"count":1764},{"arity":44,"count":4},{"arity":45,"count":1},{"arity":46,"count":43}]
Number of extensional constraints1932
Number of intensional constraints211
Distribution of constraint types[{"type":"extension","count":1932},{"type":"intension","count":211},{"type":"sum","count":45},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283077-1503210546.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4283077-1503210546.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
2.93/1.33	c solve instance...
245.04/240.01	s UNKNOWN
245.04/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 (9676 MiB free)
  memory of node 1: 16384 MiB (12245 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283077-1503210546/watcher-4283077-1503210546 -o /tmp/evaluation-result-4283077-1503210546/solver-4283077-1503210546 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1777409218 HOME/instance-4283077-1503210546.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
Current StackSize limit: 8192 KiB

solver pid=6242, runsolver pid=6239

[startup+0.100124 s]*
/proc/loadavg: 2.03 1.91 1.50 4/217 6258
/proc/meminfo: memFree=22430456/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13978596 memory=28572 CPUtime=0.12 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 5521 0 0 0 11 1 0 0 20 0 15 0 154135586 14314082304 7143 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3494649 7143 2858 1 0 3482966 0
[pid=6244/tid=6245] ppid=6242 vsize=13978596 memory=7971273068936139611 CPUtime=0.09 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 3524 0 0 0 8 1 0 0 20 0 15 0 154135587 14314082304 7143 33554432000 4194304 4196468 140733378601760 140573963866784 140573558310560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14314082304 7143 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13978596 memory=139712511051392 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14314082304 7143 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14314082304 7143 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14314082304 7143 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13978596 memory=139712511051392 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135589 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154135589 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154135590 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13978596 memory=139712511051392 CPUtime=0.01 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) R 6242 6242 5085 0 -1 4202560 307 0 0 0 1 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572955441264 140573938560390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13978596 memory=139712511051392 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135592 14314082304 7143 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29956 KiB

[startup+0.210563 s]*
/proc/loadavg: 2.03 1.91 1.50 4/217 6258
/proc/meminfo: memFree=22419604/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13982884 memory=40680 CPUtime=0.33 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 8247 0 0 0 30 3 0 0 20 0 15 0 154135586 14318473216 10170 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3495713 10170 3081 1 0 3482966 0
[pid=6244/tid=6245] ppid=6242 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) D 6242 6242 5085 0 -1 1077944384 5379 0 0 0 18 2 0 0 20 0 15 0 154135587 14318440448 10170 33554432000 4194304 4196468 140733378601760 140573963844416 140573952313901 0 4 0 16800975 18446744072101654052 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13982852 memory=9010 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 10170 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13982884 memory=139712511161301 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318473216 10170 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 10170 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 10170 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13982852 memory=139712511051392 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135589 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154135589 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154135590 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13982884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 670 0 0 0 3 0 0 0 20 0 15 0 154135592 14318473216 10170 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 154135592 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13982852 memory=139712511051392 CPUtime=0.07 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 719 0 0 0 7 0 0 0 20 0 15 0 154135592 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 10170 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42064 KiB

[startup+0.31023 s]*
/proc/loadavg: 2.03 1.91 1.50 4/217 6258
/proc/meminfo: memFree=22412656/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13982852 memory=47544 CPUtime=0.51 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 9059 0 0 0 47 4 0 0 20 0 15 0 154135586 14318440448 11886 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3495713 11886 3110 1 0 3482966 0
[pid=6244/tid=6245] ppid=6242 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 5934 0 0 0 27 2 0 0 20 0 15 0 154135587 14318440448 11886 33554432000 4194304 4196468 140733378601760 140573963872960 140573959656605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 11886 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 11886 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13982852 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 11886 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13982852 memory=6945503147187019673 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318440448 11886 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13982852 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135589 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13982852 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154135589 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154135590 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13982852 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) R 6242 6242 5085 0 -1 1077944384 683 0 0 0 4 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) R 6242 6242 5085 0 -1 4202560 307 0 0 0 3 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572956494064 140573951871806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) R 6242 6242 5085 0 -1 4202560 838 0 0 0 12 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572955439056 140573938619421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135592 14318440448 11886 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48928 KiB

[startup+0.700828 s]
/proc/loadavg: 2.03 1.91 1.50 6/217 6258
/proc/meminfo: memFree=22386600/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13982928 memory=91208 CPUtime=1.72 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 11750 0 0 0 166 6 0 0 20 0 15 0 154135586 14318518272 22802 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3495732 22802 3197 1 0 3482966 0
[pid=6244/tid=6245] ppid=6242 vsize=13982928 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 6351 0 0 0 64 3 0 0 20 0 15 0 154135587 14318518272 22802 33554432000 4194304 4196468 140733378601760 140573963870240 140573942622231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13982928 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318518272 22802 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318518272 22802 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13982928 memory=42996 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135588 14318518272 22802 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13982928 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154135588 14318518272 22802 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13982928 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154135589 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13982928 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154135589 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13982928 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154135590 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13982928 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13982928 memory=5776 CPUtime=0.36 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 1572 0 0 0 36 0 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13982928 memory=4616 CPUtime=0.33 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) R 6242 6242 5085 0 -1 4202560 971 0 0 0 33 0 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572956494064 140573943019544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13982928 memory=792 CPUtime=0.32 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 1549 0 0 0 31 1 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13982928 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13982928 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154135592 14318518272 22802 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 92592 KiB

[startup+1.50079 s]
/proc/loadavg: 2.03 1.91 1.50 3/217 6258
/proc/meminfo: memFree=22342416/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0

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

[pid=6244/tid=6250] ppid=6242 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 15 0 154135589 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13984976 memory=228540 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154135589 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13984976 memory=254124 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154135590 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13984976 memory=254124 CPUtime=1.79 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 11619 0 0 0 178 1 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13984976 memory=254124 CPUtime=2.18 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 15006 0 0 0 216 2 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13984976 memory=42996 CPUtime=0.68 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 5283 0 0 0 66 2 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13984976 memory=2396 CPUtime=0.02 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 768 0 0 0 1 1 0 0 20 0 15 0 154135592 14320615424 63531 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 107.11 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 255508 KiB

[startup+162.301 s]
/proc/loadavg: 1.98 1.92 1.57 3/217 6260
/proc/meminfo: memFree=22175656/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13984976 memory=256316 CPUtime=167.18 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 53036 0 0 0 16698 20 0 0 20 0 15 0 154135586 14320615424 64079 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3496244 64079 3272 1 0 3483478 0
[pid=6244/tid=6245] ppid=6242 vsize=13984976 memory=256312 CPUtime=162.22 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 13005 0 0 0 16216 6 0 0 20 0 15 0 154135587 14320615424 64079 33554432000 4194304 4196468 140733378601760 140573963871544 140573565539967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13984976 memory=256312 CPUtime=0.05 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 1325 0 0 0 4 1 0 0 20 0 15 0 154135588 14320615424 64079 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13984976 memory=256312 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 969 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64079 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13984976 memory=256316 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 254 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64079 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13984976 memory=1384 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 1533 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64079 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13984976 memory=1716 CPUtime=0.01 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 793 0 0 0 1 0 0 0 20 0 15 0 154135589 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13984976 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154135589 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154135590 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13984976 memory=256312 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13984976 memory=256312 CPUtime=1.79 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 11623 0 0 0 178 1 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13984976 memory=4140 CPUtime=2.19 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 15348 0 0 0 217 2 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13984976 memory=256312 CPUtime=0.68 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 6014 0 0 0 66 2 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13984976 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 805 0 0 0 1 1 0 0 20 0 15 0 154135592 14320615424 64079 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 167.18 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 257700 KiB

[startup+222.301 s]
/proc/loadavg: 1.91 1.92 1.59 3/217 6261
/proc/meminfo: memFree=22202052/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13984976 memory=256340 CPUtime=227.26 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 54825 0 0 0 22705 21 0 0 20 0 15 0 154135586 14320615424 64085 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3496244 64085 3272 1 0 3483478 0
[pid=6244/tid=6245] ppid=6242 vsize=13984976 memory=256340 CPUtime=222.23 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 13130 0 0 0 22217 6 0 0 20 0 15 0 154135587 14320615424 64085 33554432000 4194304 4196468 140733378601760 140573963873608 140573565539872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13984976 memory=256340 CPUtime=0.05 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 1325 0 0 0 4 1 0 0 20 0 15 0 154135588 14320615424 64085 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13984976 memory=1384 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 969 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64085 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13984976 memory=256340 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 254 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64085 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13984976 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 1533 0 0 0 3 1 0 0 20 0 15 0 154135588 14320615424 64085 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13984976 memory=256340 CPUtime=0.01 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 795 0 0 0 1 0 0 0 20 0 15 0 154135589 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154135589 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13984976 memory=256340 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154135590 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13984976 memory=2464 CPUtime=1.82 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 12433 0 0 0 181 1 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13984976 memory=42996 CPUtime=2.22 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 15889 0 0 0 220 2 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13984976 memory=1296 CPUtime=0.68 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 6303 0 0 0 66 2 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13984976 memory=10640 CPUtime=0.03 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 827 0 0 0 1 2 0 0 20 0 15 0 154135592 14320615424 64085 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 227.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 257724 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.94 1.93 1.60 3/217 6421
/proc/meminfo: memFree=22239504/32770624 swapFree=67108860/67108860
[pid=6242] ppid=6239 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6242/stat : 6242 (xcsp3-exec) S 6239 6242 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154135586 9740288 346 33554432000 4194304 5098028 140720811442416 140720811440520 139848619143804 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9027584 140720811447412 140720811447616 140720811447616 140720811450347 0
/proc/6242/statm: 2378 346 289 221 0 87 0
[pid=6244] ppid=6242 vsize=13984976 memory=256388 CPUtime=245.04 cores=1,3,5,7
/proc/6244/stat : 6244 (java) S 6242 6242 5085 0 -1 1077944320 56689 0 0 0 24483 21 0 0 20 0 15 0 154135586 14320615424 64097 33554432000 4194304 4196468 140733378601760 140733378584304 140573959634679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
/proc/6244/statm: 3496244 64097 3272 1 0 3483478 0
[pid=6244/tid=6245] ppid=6242 vsize=13984976 memory=2464 CPUtime=239.92 cores=1,3,5,7
/proc/6244/task/6245/stat : 6245 (java) R 6242 6242 5085 0 -1 4202560 13268 0 0 0 23986 6 0 0 20 0 15 0 154135587 14320615424 64097 33554432000 4194304 4196468 140733378601760 140573963871208 140573565540083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6246] ppid=6242 vsize=13984976 memory=4126316290023845779 CPUtime=0.06 cores=1,3,5,7
/proc/6244/task/6246/stat : 6246 (java) S 6242 6242 5085 0 -1 1077944384 1527 0 0 0 5 1 0 0 20 0 15 0 154135588 14320615424 64097 33554432000 4194304 4196468 140733378601760 140573889723024 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6247] ppid=6242 vsize=13984976 memory=256388 CPUtime=0.06 cores=1,3,5,7
/proc/6244/task/6247/stat : 6247 (java) S 6242 6242 5085 0 -1 1077944384 1038 0 0 0 5 1 0 0 20 0 15 0 154135588 14320615424 64097 33554432000 4194304 4196468 140733378601760 140573888670224 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6248] ppid=6242 vsize=13984976 memory=24764 CPUtime=0.05 cores=1,3,5,7
/proc/6244/task/6248/stat : 6248 (java) S 6242 6242 5085 0 -1 1077944384 1407 0 0 0 4 1 0 0 20 0 15 0 154135588 14320615424 64097 33554432000 4194304 4196468 140733378601760 140573887617424 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6249] ppid=6242 vsize=13984976 memory=1796 CPUtime=0.05 cores=1,3,5,7
/proc/6244/task/6249/stat : 6249 (java) S 6242 6242 5085 0 -1 1077944384 1564 0 0 0 4 1 0 0 20 0 15 0 154135588 14320615424 64097 33554432000 4194304 4196468 140733378601760 140573886564624 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6250] ppid=6242 vsize=13984976 memory=636 CPUtime=0.01 cores=1,3,5,7
/proc/6244/task/6250/stat : 6250 (java) S 6242 6242 5085 0 -1 1077944384 981 0 0 0 1 0 0 0 20 0 15 0 154135589 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572961758064 140573959645826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6251] ppid=6242 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6251/stat : 6251 (java) S 6242 6242 5085 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154135589 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572960704032 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6252] ppid=6242 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6252/stat : 6252 (java) S 6242 6242 5085 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154135590 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572959651184 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6253] ppid=6242 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6253/stat : 6253 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572958599504 140573959653275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6254] ppid=6242 vsize=13984976 memory=256340 CPUtime=1.85 cores=1,3,5,7
/proc/6244/task/6254/stat : 6254 (java) S 6242 6242 5085 0 -1 1077944384 12518 0 0 0 184 1 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572957546864 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6255] ppid=6242 vsize=13984976 memory=4140 CPUtime=2.22 cores=1,3,5,7
/proc/6244/task/6255/stat : 6255 (java) S 6242 6242 5085 0 -1 1077944384 15889 0 0 0 220 2 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572956494064 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6256] ppid=6242 vsize=13984976 memory=1580 CPUtime=0.68 cores=1,3,5,7
/proc/6244/task/6256/stat : 6256 (java) S 6242 6242 5085 0 -1 1077944384 6303 0 0 0 66 2 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572955441264 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6257] ppid=6242 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/6244/task/6257/stat : 6257 (java) S 6242 6242 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572954388704 140573959644885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
[pid=6244/tid=6258] ppid=6242 vsize=13984976 memory=2244 CPUtime=0.05 cores=1,3,5,7
/proc/6244/task/6258/stat : 6258 (java) S 6242 6242 5085 0 -1 1077944384 827 0 0 0 2 3 0 0 20 0 15 0 154135592 14320615424 64097 33554432000 4194304 4196468 140733378601760 140572953337008 140573959645826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15941632 140733378610333 140733378610508 140733378610508 140733378613199 0
Current children cumulated CPU time: 245.04 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 257772 KiB

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

[startup+240.022 s]
# the end of solver process 6242 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.835 s, system=0.230017 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.022
CPU time (s): 245.065
CPU user time (s): 244.835
CPU system time (s): 0.230017
CPU usage (%): 102.101
Max. virtual memory (cumulated for all children) (KiB): 13996492
Max. memory (cumulated for all children) (KiB): 257772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.835
system time used= 0.230017
maximum resident set size= 256908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8219
involuntary context switches= 280


# summary of solver processes directly reported to runsolver:
#   pid: 6242
#   total CPU time (s): 245.065
#   total CPU user time (s): 244.835
#   total CPU system time (s): 0.230017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41126 second user time and 2.16852 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 08:14:46
IDJOB=4283077
IDBENCH=115914
IDSOLVER=2678
FILE ID=node150/4283077-1503210546
RUNJOBID= node150-1503208459-5117
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-42.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-4283077-1503210546/watcher-4283077-1503210546 -o /tmp/evaluation-result-4283077-1503210546/solver-4283077-1503210546 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1777409218 HOME/instance-4283077-1503210546.xml

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

MD5SUM BENCH= f0ae775e0a261424aab5dff09c8fa0c4
RANDOM SEED=1777409218

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22448672 kB
MemAvailable:   31754516 kB
Buffers:          301596 kB
Cached:          9282796 kB
SwapCached:            0 kB
Active:          2986480 kB
Inactive:        6862368 kB
Active(anon):     214728 kB
Inactive(anon):    85796 kB
Active(file):    2771752 kB
Inactive(file):  6776572 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        252772 kB
Mapped:            64188 kB
Shmem:             33416 kB
Slab:             173356 kB
SReclaimable:     146708 kB
SUnreclaim:        26648 kB
KernelStack:        3504 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 08:18:46