Trace number 4269814

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 4.0.5 seq (2017-08-09)? (TO) 2520.0801 2480.02

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-34.xml
MD5SUM1b92d79ba6653e54d61f1abcadddddde
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 variables1717
Number of constraints697
Number of domains2
Minimum domain size34
Maximum domain size561
Distribution of domain sizes[{"size":34,"count":1156},{"size":561,"count":561}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":578},{"degree":4,"count":1139}]
Minimum constraint arity1
Maximum constraint arity561
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":17},{"arity":3,"count":561},{"arity":17,"count":33},{"arity":34,"count":34},{"arity":66,"count":17},{"arity":68,"count":17},{"arity":561,"count":1}]
Number of extensional constraints561
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":561},{"type":"intension","count":34},{"type":"allDifferent","count":35},{"type":"count","count":33},{"type":"cardinality","count":34}]
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-4269814-1502813744.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269814-1502813744.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
1.61/0.78	c solve instance...
2520.05/2480.01	s UNKNOWN
2520.05/2480.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 (15179 MiB free)
  memory of node 1: 16384 MiB (15407 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269814-1502813744/watcher-4269814-1502813744 -o /tmp/evaluation-result-4269814-1502813744/solver-4269814-1502813744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2077887260 HOME/instance-4269814-1502813744.xml 

running on 4 cores: 0,2,4,6

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=26934, runsolver pid=26931

[startup+0.10009 s]*
/proc/loadavg: 1.12 1.36 1.53 3/218 26950
/proc/meminfo: memFree=31305932/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13978596 memory=28012 CPUtime=0.12 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 5373 0 0 0 11 1 0 0 20 0 15 0 114462547 14314082304 7003 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3494649 7003 2858 1 0 3482966 0
[pid=26936/tid=26937] ppid=26934 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 3374 0 0 0 8 1 0 0 20 0 15 0 114462547 14314082304 7003 33554432000 4194304 4196468 140726054882912 140204523185216 140204518964630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13978596 memory=3472467864571155664 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14314082304 7003 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13978596 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14314082304 7003 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14314082304 7003 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462548 14314082304 7003 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462549 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114462550 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203428639776 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114462550 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203427586928 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 114462552 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 114462553 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13978596 memory=139735676003968 CPUtime=0.01 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) R 26934 26934 23628 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 114462553 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203423378032 140204500190256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13978596 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462553 14314082304 7003 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29396 KiB

[startup+0.210929 s]*
/proc/loadavg: 1.12 1.36 1.53 3/218 26950
/proc/meminfo: memFree=31294768/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13982852 memory=40128 CPUtime=0.34 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 8133 0 0 0 32 2 0 0 20 0 15 0 114462547 14318440448 10032 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3495713 10032 3034 1 0 3482966 0
[pid=26936/tid=26937] ppid=26934 vsize=13982852 memory=5853961137533323680 CPUtime=0.19 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) D 26934 26934 23628 0 -1 1077944384 5277 0 0 0 18 1 0 0 20 0 15 0 114462547 14318440448 10032 33554432000 4194304 4196468 140726054882912 140204523154384 140204511631917 0 4 0 16800975 18446744072101555748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13982852 memory=3472467864571155664 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 10032 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13982884 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318473216 10032 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318473216 10032 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 10032 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13982852 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462549 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114462550 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203428639776 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114462550 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203427586928 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 114462552 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 15 0 114462553 14318473216 10032 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13982884 memory=139735676003968 CPUtime=0.08 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) S 26934 26934 23628 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 114462553 14318473216 10032 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13982852 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462553 14318440448 10032 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41512 KiB

[startup+0.310928 s]*
/proc/loadavg: 1.12 1.36 1.53 4/218 26950
/proc/meminfo: memFree=31287772/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13982852 memory=47272 CPUtime=0.51 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 9010 0 0 0 48 3 0 0 20 0 15 0 114462547 14318440448 11818 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3495713 11818 3118 1 0 3482966 0
[pid=26936/tid=26937] ppid=26934 vsize=13982852 memory=-8540663193526752614 CPUtime=0.3 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 5922 0 0 0 28 2 0 0 20 0 15 0 114462547 14318440448 11818 33554432000 4194304 4196468 140726054882912 140204523190960 140204124171832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13982852 memory=3472467864571155664 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 11818 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13982852 memory=139735676027596 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 11818 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13982852 memory=139735553150838 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 11818 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13982852 memory=139735553129423 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462548 14318440448 11818 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13982852 memory=139735676027627 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462549 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13982852 memory=139735553138639 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114462550 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203428639776 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13982852 memory=279471106274960 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114462550 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203427586928 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13982852 memory=279471106281840 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) R 26934 26934 23628 0 -1 1077944384 389 0 0 0 3 0 0 0 20 0 15 0 114462552 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13982852 memory=2240 CPUtime=0.04 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) R 26934 26934 23628 0 -1 4202560 489 0 0 0 4 0 0 0 20 0 15 0 114462553 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203424430832 140204504967012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13982852 memory=139735676003968 CPUtime=0.12 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) R 26934 26934 23628 0 -1 4202560 906 0 0 0 12 0 0 0 20 0 15 0 114462553 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203423373760 140204497472851 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13982852 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13982852 memory=139735676003968 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462553 14318440448 11818 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48656 KiB

[startup+0.702841 s]
/proc/loadavg: 1.12 1.36 1.53 5/218 26950
/proc/meminfo: memFree=31273132/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13984976 memory=81224 CPUtime=1.61 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 11404 0 0 0 157 4 0 0 20 0 15 0 114462547 14320615424 20306 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3496244 20306 3194 1 0 3483478 0
[pid=26936/tid=26937] ppid=26934 vsize=13984976 memory=1420 CPUtime=0.67 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 6553 0 0 0 65 2 0 0 20 0 15 0 114462547 14320615424 20306 33554432000 4194304 4196468 140726054882912 140204523190416 140204123958400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13984976 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14320615424 20306 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14320615424 20306 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462548 14320615424 20306 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13984976 memory=279471106356544 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114462548 14320615424 20306 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13984976 memory=139735553189088 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 114462549 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203428639776 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203427586928 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13984976 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13984976 memory=3676 CPUtime=0.27 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) R 26934 26934 23628 0 -1 4202560 855 0 0 0 27 0 0 0 20 0 15 0 114462552 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203425467808 140204498209312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13984976 memory=3 CPUtime=0.28 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) R 26934 26934 23628 0 -1 4202560 1060 0 0 0 28 0 0 0 20 0 15 0 114462553 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203424422480 140204500362845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13984976 memory=6755 CPUtime=0.36 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) R 26934 26934 23628 0 -1 1077944384 1631 0 0 0 36 0 0 0 20 0 15 0 114462553 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13984976 memory=362 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 20306 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 82608 KiB

[startup+1.50096 s]
/proc/loadavg: 1.12 1.36 1.53 5/218 26950
/proc/meminfo: memFree=31236576/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0

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

/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203427586944 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13984976 memory=260704 CPUtime=3.07 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 21917 0 0 0 305 2 0 0 20 0 15 0 114462552 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13984976 memory=1384 CPUtime=2.66 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 14292 0 0 0 265 1 0 0 20 0 15 0 114462553 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13984976 memory=1384 CPUtime=0.7 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) S 26934 26934 23628 0 -1 1077944384 9126 0 0 0 68 2 0 0 20 0 15 0 114462553 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13984976 memory=260704 CPUtime=1.03 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 674 0 0 0 52 51 0 0 20 0 15 0 114462553 14320615424 65176 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 2359.62 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 262088 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.39 1.43 3/218 27792
/proc/meminfo: memFree=31077984/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13984976 memory=262752 CPUtime=2420.7 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 88914 0 0 0 241911 159 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3496244 65688 3262 1 0 3483478 0
[pid=26936/tid=26937] ppid=26934 vsize=13984976 memory=262752 CPUtime=2366.18 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 24849 0 0 0 236601 17 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204523191712 140204132038272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.07 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 3737 0 0 0 1086 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.05 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 3288 0 0 0 1085 20 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13984976 memory=1384 CPUtime=11.07 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 3558 0 0 0 1086 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13984976 memory=1105 CPUtime=11.07 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 1992 0 0 0 1087 20 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13984976 memory=1384 CPUtime=2.67 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 4122 0 0 0 247 20 0 0 20 0 15 0 114462549 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203428639840 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13984976 memory=262752 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203427586944 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13984976 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13984976 memory=1384 CPUtime=3.07 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 21917 0 0 0 305 2 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13984976 memory=1384 CPUtime=2.67 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 14292 0 0 0 265 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13984976 memory=1384 CPUtime=0.7 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) S 26934 26934 23628 0 -1 1077944384 9126 0 0 0 68 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13984976 memory=1384 CPUtime=1.05 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 677 0 0 0 53 52 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 2420.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 264136 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.40 1.43 3/218 27793
/proc/meminfo: memFree=31053812/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13984976 memory=262752 CPUtime=2481.68 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 89816 0 0 0 248006 162 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3496244 65688 3262 1 0 3483478 0
[pid=26936/tid=26937] ppid=26934 vsize=13984976 memory=262752 CPUtime=2425.71 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 25247 0 0 0 242554 17 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204523191824 140204128922134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.4 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 3744 0 0 0 1119 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.39 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 3569 0 0 0 1118 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.41 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 3591 0 0 0 1120 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13984976 memory=262752 CPUtime=11.4 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 1997 0 0 0 1120 20 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13984976 memory=262752 CPUtime=2.74 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 4146 0 0 0 254 20 0 0 20 0 15 0 114462549 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13984976 memory=262752 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203428639840 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13984976 memory=262752 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203427586944 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13984976 memory=262752 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13984976 memory=262752 CPUtime=3.08 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 22061 0 0 0 306 2 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13984976 memory=1384 CPUtime=2.67 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 14294 0 0 0 265 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13984976 memory=262752 CPUtime=0.7 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) S 26934 26934 23628 0 -1 1077944384 9128 0 0 0 68 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13984976 memory=262752 CPUtime=1.08 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 683 0 0 0 54 54 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 2481.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 264136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 1.34 1.38 1.42 3/218 27794
/proc/meminfo: memFree=31041540/32770624 swapFree=67108860/67108860
[pid=26934] ppid=26931 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26934/stat : 26934 (xcsp3-exec) S 26931 26934 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114462547 9740288 346 33554432000 4194304 5098028 140736556989744 140736556987848 140016324735612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39096320 140736556995694 140736556995899 140736556995899 140736556998635 0
/proc/26934/statm: 2378 346 289 221 0 87 0
[pid=26936] ppid=26934 vsize=13984976 memory=262752 CPUtime=2520.05 cores=0,2,4,6
/proc/26936/stat : 26936 (java) S 26934 26934 23628 0 -1 1077944320 90271 0 0 0 251841 164 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140726054865456 140204518952695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
/proc/26936/statm: 3496244 65688 3262 1 0 3483478 0
[pid=26936/tid=26937] ppid=26934 vsize=13984976 memory=1398720917958146503 CPUtime=2463.09 cores=0,2,4,6
/proc/26936/task/26937/stat : 26937 (java) R 26934 26934 23628 0 -1 4202560 25431 0 0 0 246291 18 0 0 20 0 15 0 114462547 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204523191712 140204132037884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26938] ppid=26934 vsize=13984976 memory=-7003737579269690708 CPUtime=11.64 cores=0,2,4,6
/proc/26936/task/26938/stat : 26938 (java) S 26934 26934 23628 0 -1 1077944384 3762 0 0 0 1142 22 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204449041552 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26939] ppid=26934 vsize=13984976 memory=2840 CPUtime=11.62 cores=0,2,4,6
/proc/26936/task/26939/stat : 26939 (java) S 26934 26934 23628 0 -1 1077944384 3583 0 0 0 1141 21 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204447988752 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26940] ppid=26934 vsize=13984976 memory=1156 CPUtime=11.64 cores=0,2,4,6
/proc/26936/task/26940/stat : 26940 (java) S 26934 26934 23628 0 -1 1077944384 3637 0 0 0 1142 22 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204446935952 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26941] ppid=26934 vsize=13984976 memory=4128 CPUtime=11.63 cores=0,2,4,6
/proc/26936/task/26941/stat : 26941 (java) S 26934 26934 23628 0 -1 1077944384 2021 0 0 0 1143 20 0 0 20 0 15 0 114462548 14320615424 65688 33554432000 4194304 4196468 140726054882912 140204445883152 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26942] ppid=26934 vsize=13984976 memory=2204 CPUtime=2.8 cores=0,2,4,6
/proc/26936/task/26942/stat : 26942 (java) S 26934 26934 23628 0 -1 1077944384 4302 0 0 0 259 21 0 0 20 0 15 0 114462549 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203429693808 140204518963842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26943] ppid=26934 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26943/stat : 26943 (java) S 26934 26934 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203428639840 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26944] ppid=26934 vsize=13984976 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26944/stat : 26944 (java) S 26934 26934 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114462550 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203427586944 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26945] ppid=26934 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26945/stat : 26945 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203426535248 140204518971291 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26946] ppid=26934 vsize=13984976 memory=2840 CPUtime=3.08 cores=0,2,4,6
/proc/26936/task/26946/stat : 26946 (java) S 26934 26934 23628 0 -1 1077944384 22061 0 0 0 306 2 0 0 20 0 15 0 114462552 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203425483632 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26947] ppid=26934 vsize=13984976 memory=1156 CPUtime=2.67 cores=0,2,4,6
/proc/26936/task/26947/stat : 26947 (java) S 26934 26934 23628 0 -1 1077944384 14294 0 0 0 265 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203424430832 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26948] ppid=26934 vsize=13984976 memory=3324 CPUtime=0.7 cores=0,2,4,6
/proc/26936/task/26948/stat : 26948 (java) S 26934 26934 23628 0 -1 1077944384 9128 0 0 0 68 2 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203423378032 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26949] ppid=26934 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26936/task/26949/stat : 26949 (java) S 26934 26934 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203422325472 140204518962901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
[pid=26936/tid=26950] ppid=26934 vsize=13984976 memory=262752 CPUtime=1.1 cores=0,2,4,6
/proc/26936/task/26950/stat : 26950 (java) S 26934 26934 23628 0 -1 1077944384 696 0 0 0 55 55 0 0 20 0 15 0 114462553 14320615424 65688 33554432000 4194304 4196468 140726054882912 140203421272752 140204518963842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31711232 140726054888599 140726054888775 140726054888775 140726054891471 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 264136 KiB

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

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

[startup+2480.02 s]
# the end of solver process 26936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.42 s, system=1.65438 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): 2480.02
CPU time (s): 2520.08
CPU user time (s): 2518.42
CPU system time (s): 1.65438
CPU usage (%): 101.615
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 323188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.42
system time used= 1.65438
maximum resident set size= 321804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128137
involuntary context switches= 8336


# summary of solver processes directly reported to runsolver:
#   pid: 26934,26936
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.42
#   total CPU system time (s): 1.65438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.693 second user time and 24.339 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 18:01:25
IDJOB=4269814
IDBENCH=133921
IDSOLVER=2660
FILE ID=node103/4269814-1502813744
RUNJOBID= node103-1502789283-23659
PBS_JOBID= 20629125
Free space on /tmp= 61792 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-34.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-4269814-1502813744/watcher-4269814-1502813744 -o /tmp/evaluation-result-4269814-1502813744/solver-4269814-1502813744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2077887260 HOME/instance-4269814-1502813744.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=2077887260

node103.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.56
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.56
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.56
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.56
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:        31322156 kB
MemAvailable:   31823888 kB
Buffers:          187820 kB
Cached:           600564 kB
SwapCached:            0 kB
Active:           757736 kB
Inactive:         243456 kB
Active(anon):     163048 kB
Inactive(anon):    78564 kB
Active(file):     594688 kB
Inactive(file):   164892 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7976 kB
Writeback:             0 kB
AnonPages:        187288 kB
Mapped:            58452 kB
Shmem:             25228 kB
Slab:             142316 kB
SReclaimable:     115972 kB
SUnreclaim:        26344 kB
KernelStack:        3856 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61784 MiB
End job on node103 at 2017-08-15 18:42:45