Trace number 4272478

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.0901 2452.6201

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0051.xml
MD5SUMfb5cbe687ffccd3d5e194b95b956a5e6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272478-1502809740.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272478-1502809740.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
0.75/0.48	c solve instance...
2520.05/2452.61	s UNKNOWN
2520.05/2452.61	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 (13904 MiB free)
  memory of node 1: 16384 MiB (14138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272478-1502809740/watcher-4272478-1502809740 -o /tmp/evaluation-result-4272478-1502809740/solver-4272478-1502809740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 857877608 HOME/instance-4272478-1502809740.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8646, runsolver pid=8643

[startup+0.100153 s]*
/proc/loadavg: 1.39 1.32 1.32 4/219 8662
/proc/meminfo: memFree=28696988/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13978596 memory=30396 CPUtime=0.12 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 5460 0 0 0 11 1 0 0 20 0 15 0 114062068 14314082304 7599 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3494649 7599 2866 1 0 3482966 0
[pid=8648/tid=8649] ppid=8646 vsize=13978596 memory=7901468374223524699 CPUtime=0.09 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 3465 0 0 0 9 0 0 0 20 0 15 0 114062069 14314082304 7599 33554432000 4194304 4196468 140721020210624 139754809024992 139754428485319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062070 14314082304 7599 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13978596 memory=139864808519296 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14314082304 7599 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14314082304 7599 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14314082304 7599 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13978596 memory=139864808519296 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062071 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114062071 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753715930144 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114062072 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753714877296 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13978596 memory=139864808519296 CPUtime=0.01 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) R 8646 8646 5918 0 -1 4202560 320 0 0 0 1 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753710668400 139754783745185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13978596 memory=139864808519296 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062074 14314082304 7599 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31780 KiB

[startup+0.210776 s]*
/proc/loadavg: 1.39 1.32 1.32 3/219 8662
/proc/meminfo: memFree=28685832/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13982884 memory=42724 CPUtime=0.33 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 8303 0 0 0 31 2 0 0 20 0 15 0 114062068 14318473216 10681 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3495721 10681 3085 1 0 3482974 0
[pid=8648/tid=8649] ppid=8646 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 5394 0 0 0 18 1 0 0 20 0 15 0 114062069 14318440448 10681 33554432000 4194304 4196468 140721020210624 139754808994880 139754804815005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13982852 memory=12474 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062070 14318440448 10681 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13982852 memory=139864809080563 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318440448 10681 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318440448 10681 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318440448 10681 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13982852 memory=139864808519296 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062071 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114062071 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753715930144 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114062072 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753714877296 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) R 8646 8646 5918 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753712774000 139754804805014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13982852 memory=139864808519296 CPUtime=0.08 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) R 8646 8646 5918 0 -1 4202560 724 0 0 0 8 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753710668400 139754804805014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062074 14318440448 10681 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 44108 KiB

[startup+0.311191 s]*
/proc/loadavg: 1.39 1.32 1.32 4/219 8662
/proc/meminfo: memFree=28679132/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13982928 memory=49688 CPUtime=0.5 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 9076 0 0 0 47 3 0 0 20 0 15 0 114062068 14318518272 12422 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3495732 12422 3121 1 0 3482966 0
[pid=8648/tid=8649] ppid=8646 vsize=13982928 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 6092 0 0 0 28 2 0 0 20 0 15 0 114062069 14318518272 12435 33554432000 4194304 4196468 140721020210624 139754809022176 139754788873566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13982928 memory=12804 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062070 14318518272 12435 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13982928 memory=567338 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318518272 12435 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318518272 12435 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14318518272 12435 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062071 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114062071 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753715930144 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114062072 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753714877296 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 646 0 0 0 4 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 776 0 0 0 12 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062074 14318518272 12435 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 51072 KiB

[startup+0.701478 s]
/proc/loadavg: 1.39 1.32 1.32 5/219 8662
/proc/meminfo: memFree=28663004/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13984976 memory=73792 CPUtime=1.63 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 11603 0 0 0 159 4 0 0 20 0 15 0 114062068 14320615424 18448 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3496244 18448 3204 1 0 3483478 0
[pid=8648/tid=8649] ppid=8646 vsize=13984976 memory=4044 CPUtime=0.67 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 6740 0 0 0 65 2 0 0 20 0 15 0 114062069 14320615424 18448 33554432000 4194304 4196468 140721020210624 139754809031856 139754431319656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114062070 14320615424 18448 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13984976 memory=636 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14320615424 18448 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14320615424 18448 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13984976 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062070 14320615424 18448 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114062071 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114062071 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753715930144 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114062072 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753714877296 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13984976 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13984976 memory=932 CPUtime=0.29 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) R 8646 8646 5918 0 -1 4202560 1255 0 0 0 29 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753712767192 139754789916592 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13984976 memory=2200 CPUtime=0.3 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) R 8646 8646 5918 0 -1 4202560 768 0 0 0 30 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753711707744 139754782387856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13984976 memory=6504 CPUtime=0.33 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 1533 0 0 0 33 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 18448 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75176 KiB

[startup+1.50087 s]
/proc/loadavg: 1.39 1.32 1.32 5/219 8662
/proc/meminfo: memFree=28626272/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0

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

/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 114062072 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753714877312 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13984976 memory=334964 CPUtime=4.07 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 19914 0 0 0 405 2 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13984976 memory=1384 CPUtime=4.61 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 23663 0 0 0 457 4 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13984976 memory=4140 CPUtime=0.73 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 10281 0 0 0 71 2 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13984976 memory=324668 CPUtime=1.25 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1221 0 0 0 56 69 0 0 20 0 15 0 114062074 14320615424 80654 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 2386.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 324000 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.50 1.40 3/218 8837
/proc/meminfo: memFree=28391044/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13984976 memory=324704 CPUtime=2448.09 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 254853 0 0 0 244468 341 0 0 20 0 15 0 114062068 14320615424 81176 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3496244 81176 3284 1 0 3483478 0
[pid=8648/tid=8649] ppid=8646 vsize=13984976 memory=337152 CPUtime=2359.03 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 106993 0 0 0 235872 31 0 0 20 0 15 0 114062069 14320615424 81176 33554432000 4194304 4196468 140721020210624 139754809032512 139754434590669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13984976 memory=326380 CPUtime=18.92 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 16529 0 0 0 1840 52 0 0 20 0 15 0 114062070 14320615424 81176 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13984976 memory=325352 CPUtime=18.91 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 16234 0 0 0 1837 54 0 0 20 0 15 0 114062070 14320615424 81176 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13984976 memory=1384 CPUtime=18.87 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 16334 0 0 0 1834 53 0 0 20 0 15 0 114062070 14320615424 81176 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13984976 memory=1712 CPUtime=18.89 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 18878 0 0 0 1835 54 0 0 20 0 15 0 114062070 14320615424 81176 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13984976 memory=324704 CPUtime=2.68 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 23397 0 0 0 225 43 0 0 20 0 15 0 114062071 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 114062071 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753715930208 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13984976 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 114062072 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753714877312 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13984976 memory=312908 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13984976 memory=1384 CPUtime=4.07 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 19914 0 0 0 405 2 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13984976 memory=319668 CPUtime=4.61 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 23663 0 0 0 457 4 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13984976 memory=1384 CPUtime=0.73 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 10281 0 0 0 71 2 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13984976 memory=325484 CPUtime=1.28 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1236 0 0 0 58 70 0 0 20 0 15 0 114062074 14320615424 81176 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 2448.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 326088 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.51 1.41 3/217 8838
/proc/meminfo: memFree=28356324/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13984976 memory=311740 CPUtime=2509.53 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 258164 0 0 0 250605 348 0 0 20 0 15 0 114062068 14320615424 77935 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3496244 77935 3284 1 0 3483478 0
[pid=8648/tid=8649] ppid=8646 vsize=13984976 memory=316808 CPUtime=2418.46 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 108689 0 0 0 241815 31 0 0 20 0 15 0 114062069 14320615424 77935 33554432000 4194304 4196468 140721020210624 139754809032576 139754433097480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13984976 memory=322452 CPUtime=19.4 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 16816 0 0 0 1887 53 0 0 20 0 15 0 114062070 14320615424 77935 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13984976 memory=321424 CPUtime=19.38 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 16525 0 0 0 1884 54 0 0 20 0 15 0 114062070 14320615424 77935 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13984976 memory=315784 CPUtime=19.35 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 16623 0 0 0 1881 54 0 0 20 0 15 0 114062070 14320615424 77935 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13984976 memory=312192 CPUtime=19.37 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 19204 0 0 0 1882 55 0 0 20 0 15 0 114062070 14320615424 77935 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13984976 memory=1384 CPUtime=2.75 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 23786 0 0 0 230 45 0 0 20 0 15 0 114062071 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 114062071 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753715930208 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13984976 memory=312704 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 114062072 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753714877312 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13984976 memory=1384 CPUtime=4.07 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 19916 0 0 0 405 2 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13984976 memory=1384 CPUtime=4.61 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 23665 0 0 0 457 4 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13984976 memory=312192 CPUtime=0.73 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 10283 0 0 0 71 2 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13984976 memory=2428 CPUtime=1.31 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1263 0 0 0 59 72 0 0 20 0 15 0 114062074 14320615424 77935 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 2509.53 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 313124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.6 s]
/proc/loadavg: 1.54 1.51 1.41 3/217 8838
/proc/meminfo: memFree=28378504/32770624 swapFree=67108860/67108860
[pid=8646] ppid=8643 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8646/stat : 8646 (xcsp3-exec) S 8643 8646 5918 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114062068 9740288 346 33554432000 4194304 5098028 140729768762432 140729768760536 140578958250620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14340096 140729768768623 140729768768827 140729768768827 140729768771563 0
/proc/8646/statm: 2378 346 289 221 0 87 0
[pid=8648] ppid=8646 vsize=13984976 memory=307488 CPUtime=2520.05 cores=1,3,5,7
/proc/8648/stat : 8648 (java) S 8646 8646 5918 0 -1 1077944320 259122 0 0 0 251656 349 0 0 20 0 15 0 114062068 14320615424 76872 33554432000 4194304 4196468 140721020210624 140721020193168 139754804793079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
/proc/8648/statm: 3496244 76872 3284 1 0 3483478 0
[pid=8648/tid=8649] ppid=8646 vsize=13984976 memory=4126316290023845779 CPUtime=2428.67 cores=1,3,5,7
/proc/8648/task/8649/stat : 8649 (java) R 8646 8646 5918 0 -1 4202560 108742 0 0 0 242836 31 0 0 20 0 15 0 114062069 14320615424 76872 33554432000 4194304 4196468 140721020210624 139754809032512 139754431931755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8650] ppid=8646 vsize=13984976 memory=1728 CPUtime=19.47 cores=1,3,5,7
/proc/8648/task/8650/stat : 8650 (java) S 8646 8646 5918 0 -1 1077944384 17045 0 0 0 1894 53 0 0 20 0 15 0 114062070 14320615424 76872 33554432000 4194304 4196468 140721020210624 139754757414032 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8651] ppid=8646 vsize=13984976 memory=1420 CPUtime=19.45 cores=1,3,5,7
/proc/8648/task/8651/stat : 8651 (java) S 8646 8646 5918 0 -1 1077944384 16711 0 0 0 1891 54 0 0 20 0 15 0 114062070 14320615424 76872 33554432000 4194304 4196468 140721020210624 139754756361232 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8652] ppid=8646 vsize=13984976 memory=11032 CPUtime=19.43 cores=1,3,5,7
/proc/8648/task/8652/stat : 8652 (java) S 8646 8646 5918 0 -1 1077944384 16762 0 0 0 1889 54 0 0 20 0 15 0 114062070 14320615424 76872 33554432000 4194304 4196468 140721020210624 139754755308432 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8653] ppid=8646 vsize=13984976 memory=1712 CPUtime=19.44 cores=1,3,5,7
/proc/8648/task/8653/stat : 8653 (java) S 8646 8646 5918 0 -1 1077944384 19393 0 0 0 1889 55 0 0 20 0 15 0 114062070 14320615424 76872 33554432000 4194304 4196468 140721020210624 139754754255632 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8654] ppid=8646 vsize=13984976 memory=1952 CPUtime=2.76 cores=1,3,5,7
/proc/8648/task/8654/stat : 8654 (java) S 8646 8646 5918 0 -1 1077944384 23948 0 0 0 231 45 0 0 20 0 15 0 114062071 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753716984176 139754804804226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8655] ppid=8646 vsize=13984976 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8655/stat : 8655 (java) S 8646 8646 5918 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 114062071 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753715930208 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8656] ppid=8646 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8656/stat : 8656 (java) S 8646 8646 5918 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 114062072 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753714877312 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8657] ppid=8646 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8657/stat : 8657 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753713825616 139754804811675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8658] ppid=8646 vsize=13984976 memory=1384 CPUtime=4.07 cores=1,3,5,7
/proc/8648/task/8658/stat : 8658 (java) S 8646 8646 5918 0 -1 1077944384 19916 0 0 0 405 2 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753712774000 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8659] ppid=8646 vsize=13984976 memory=309080 CPUtime=4.61 cores=1,3,5,7
/proc/8648/task/8659/stat : 8659 (java) S 8646 8646 5918 0 -1 1077944384 23665 0 0 0 457 4 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753711721200 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8660] ppid=8646 vsize=13984976 memory=1196 CPUtime=0.73 cores=1,3,5,7
/proc/8648/task/8660/stat : 8660 (java) S 8646 8646 5918 0 -1 1077944384 10283 0 0 0 71 2 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753710668400 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8661] ppid=8646 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/8648/task/8661/stat : 8661 (java) S 8646 8646 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753709615840 139754804803285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
[pid=8648/tid=8662] ppid=8646 vsize=13984976 memory=288230574492221466 CPUtime=1.31 cores=1,3,5,7
/proc/8648/task/8662/stat : 8662 (java) S 8646 8646 5918 0 -1 1077944384 1263 0 0 0 59 72 0 0 20 0 15 0 114062074 14320615424 76872 33554432000 4194304 4196468 140721020210624 139753708563120 139754804804226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24403968 140721020212375 140721020212551 140721020212551 140721020215247 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 308872 KiB

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

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

[startup+2452.62 s]
# the end of solver process 8648 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.59 s, system=3.50124 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): 2452.62
CPU time (s): 2520.09
CPU user time (s): 2516.59
CPU system time (s): 3.50124
CPU usage (%): 102.751
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 505964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.59
system time used= 3.50124
maximum resident set size= 505136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114507
involuntary context switches= 4831


# summary of solver processes directly reported to runsolver:
#   pid: 8646,8648
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.59
#   total CPU system time (s): 3.50124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9702 second user time and 21.7693 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 16:54:41
IDJOB=4272478
IDBENCH=133618
IDSOLVER=2664
FILE ID=node107/4272478-1502809740
RUNJOBID= node107-1502793297-5950
PBS_JOBID= 20629130
Free space on /tmp= 61656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0051.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-4272478-1502809740/watcher-4272478-1502809740 -o /tmp/evaluation-result-4272478-1502809740/solver-4272478-1502809740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 857877608 HOME/instance-4272478-1502809740.xml

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

MD5SUM BENCH= fb5cbe687ffccd3d5e194b95b956a5e6
RANDOM SEED=857877608

node107.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.84
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.84
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.84
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.84
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:        28715740 kB
MemAvailable:   31643748 kB
Buffers:          224972 kB
Cached:          2989984 kB
SwapCached:            0 kB
Active:           923224 kB
Inactive:        2688108 kB
Active(anon):     399192 kB
Inactive(anon):    24972 kB
Active(file):     524032 kB
Inactive(file):  2663136 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        402868 kB
Mapped:            58236 kB
Shmem:             25228 kB
Slab:             139724 kB
SReclaimable:     113352 kB
SUnreclaim:        26372 kB
KernelStack:        3616 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     992676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61648 MiB
End job on node107 at 2017-08-15 17:35:34