Trace number 4269810

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.1001 2497.51

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-26.xml
MD5SUMe7fb96dadee149724dd4cb9af2eae5d9
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 variables1001
Number of constraints429
Number of domains2
Minimum domain size26
Maximum domain size325
Distribution of domain sizes[{"size":26,"count":676},{"size":325,"count":325}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":338},{"degree":4,"count":663}]
Minimum constraint arity1
Maximum constraint arity325
Distribution of constraint arities[{"arity":1,"count":13},{"arity":2,"count":13},{"arity":3,"count":325},{"arity":13,"count":25},{"arity":26,"count":26},{"arity":50,"count":13},{"arity":52,"count":13},{"arity":325,"count":1}]
Number of extensional constraints325
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":325},{"type":"intension","count":26},{"type":"allDifferent","count":27},{"type":"count","count":25},{"type":"cardinality","count":26}]
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-4269810-1502812730.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269810-1502812730.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.34/0.65	c solve instance...
2520.08/2497.50	s UNKNOWN
2520.08/2497.50	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 (15028 MiB free)
  memory of node 1: 16384 MiB (15563 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269810-1502812730/watcher-4269810-1502812730 -o /tmp/evaluation-result-4269810-1502812730/solver-4269810-1502812730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1505586748 HOME/instance-4269810-1502812730.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=26800, runsolver pid=26797

[startup+0.100421 s]*
/proc/loadavg: 1.75 1.79 1.77 3/218 26816
/proc/meminfo: memFree=31309628/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13978596 memory=28096 CPUtime=0.12 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 5421 0 0 0 11 1 0 0 20 0 15 0 114361194 14314082304 7024 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3494649 7024 2867 1 0 3482966 0
[pid=26802/tid=26803] ppid=26800 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 3402 0 0 0 8 1 0 0 20 0 15 0 114361195 14314082304 7024 33554432000 4194304 4196468 140721259499392 140204562179136 140204191136064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13978596 memory=3472468476363293904 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361195 14314082304 7024 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13978596 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14314082304 7024 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14314082304 7024 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14314082304 7024 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361197 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114361197 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114361197 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 114361200 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 114361200 14314082304 7024 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13978596 memory=140347468142208 CPUtime=0.01 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) R 26800 26800 23628 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 114361200 14314082304 7090 33554432000 4194304 4196468 140721259499392 140203464125296 140204538262582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14314082304 7090 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13978596 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361200 14314082304 7090 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29480 KiB

[startup+0.211082 s]*
/proc/loadavg: 1.75 1.79 1.77 3/218 26816
/proc/meminfo: memFree=31296896/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13982852 memory=40556 CPUtime=0.33 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 8138 0 0 0 31 2 0 0 20 0 15 0 114361194 14318440448 10139 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3495713 10139 3075 1 0 3482966 0
[pid=26802/tid=26803] ppid=26800 vsize=13982852 memory=5853394889045019040 CPUtime=0.19 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 5264 0 0 0 18 1 0 0 20 0 15 0 114361195 14318440448 10139 33554432000 4194304 4196468 140721259499392 140204562167424 140204550624629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13982852 memory=3472468476363293904 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 10139 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 10139 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 10139 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 10139 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0.08 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) S 26800 26800 23628 0 -1 1077944384 731 0 0 0 8 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203464125296 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 10139 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41940 KiB

[startup+0.310638 s]*
/proc/loadavg: 1.75 1.79 1.77 5/218 26816
/proc/meminfo: memFree=31290444/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13982852 memory=47244 CPUtime=0.51 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 8996 0 0 0 48 3 0 0 20 0 15 0 114361194 14318440448 11811 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3495713 11811 3101 1 0 3482966 0
[pid=26802/tid=26803] ppid=26800 vsize=13982852 memory=-8540663193526752614 CPUtime=0.29 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 5936 0 0 0 27 2 0 0 20 0 15 0 114361195 14318440448 11811 33554432000 4194304 4196468 140721259499392 140204562184272 140204557968541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13982852 memory=3472468476363293904 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 11811 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13982852 memory=140347468165836 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 11811 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13982852 memory=140347317555062 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 11811 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13982852 memory=140347317533647 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14318440448 11811 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13982852 memory=140347468165867 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13982852 memory=140347317542863 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13982852 memory=280694635083408 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114361197 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13982852 memory=280694635090288 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 516 0 0 0 4 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13982852 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0.13 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) R 26800 26800 23628 0 -1 4202560 829 0 0 0 13 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203464121056 140204550183742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13982852 memory=140347468142208 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361200 14318440448 11811 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48628 KiB

[startup+0.704543 s]
/proc/loadavg: 1.75 1.79 1.77 5/218 26816
/proc/meminfo: memFree=31277540/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13984976 memory=77376 CPUtime=1.66 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 11983 0 0 0 161 5 0 0 20 0 15 0 114361194 14320615424 19344 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3496244 19344 3205 1 0 3483478 0
[pid=26802/tid=26803] ppid=26800 vsize=13984976 memory=1420 CPUtime=0.67 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 6748 0 0 0 64 3 0 0 20 0 15 0 114361195 14320615424 19344 33554432000 4194304 4196468 140721259499392 140204562184576 140204557958550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13984976 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114361195 14320615424 19344 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14320615424 19344 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14320615424 19344 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13984976 memory=280694635164992 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361195 14320615424 19344 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13984976 memory=140347317593312 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13984976 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13984976 memory=3676 CPUtime=0.3 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) R 26800 26800 23628 0 -1 1077944384 1195 0 0 0 30 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203466217936 140204557956821 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13984976 memory=3 CPUtime=0.27 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) R 26800 26800 23628 0 -1 4202560 1019 0 0 0 27 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203465165424 140204557958550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13984976 memory=6746 CPUtime=0.38 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) R 26800 26800 23628 0 -1 4202560 1714 0 0 0 38 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203464125296 140204557967962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13984976 memory=361 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 19344 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 78760 KiB

[startup+1.50123 s]
/proc/loadavg: 1.75 1.79 1.77 5/218 26816
/proc/meminfo: memFree=31245844/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0

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

/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13984976 memory=140347317574737 CPUtime=3.16 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 17155 0 0 0 315 1 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13984976 memory=192460 CPUtime=2.53 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 9834 0 0 0 252 1 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13984976 memory=192460 CPUtime=0.66 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) S 26800 26800 23628 0 -1 1077944384 8718 0 0 0 64 2 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203464125296 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13984976 memory=644 CPUtime=0.92 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1560 0 0 0 47 45 0 0 20 0 15 0 114361200 14320615424 48115 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 2404.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193844 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.39 1.39 3/217 26989
/proc/meminfo: memFree=31054548/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13984976 memory=192484 CPUtime=2464.55 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 79752 0 0 0 246288 167 0 0 20 0 15 0 114361194 14320615424 48121 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3496244 48121 3262 1 0 3483478 0
[pid=26802/tid=26803] ppid=26800 vsize=13984976 memory=192484 CPUtime=2432.38 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 25322 0 0 0 243220 18 0 0 20 0 15 0 114361195 14320615424 48121 33554432000 4194304 4196468 140721259499392 140204562185968 140204197633279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13984976 memory=192484 CPUtime=5.27 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 4739 0 0 0 504 23 0 0 20 0 15 0 114361195 14320615424 48121 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13984976 memory=192484 CPUtime=5.37 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1748 0 0 0 515 22 0 0 20 0 15 0 114361195 14320615424 48121 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13984976 memory=192484 CPUtime=5.36 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 2224 0 0 0 511 25 0 0 20 0 15 0 114361195 14320615424 48121 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13984976 memory=1384 CPUtime=5.28 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 2487 0 0 0 502 26 0 0 20 0 15 0 114361195 14320615424 48121 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13984976 memory=1384 CPUtime=3.47 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 4303 0 0 0 321 26 0 0 20 0 15 0 114361197 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13984976 memory=192484 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13984976 memory=192484 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13984976 memory=1384 CPUtime=3.19 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 17453 0 0 0 318 1 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13984976 memory=192484 CPUtime=2.53 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 9834 0 0 0 252 1 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13984976 memory=1384 CPUtime=0.66 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) S 26800 26800 23628 0 -1 1077944384 8718 0 0 0 64 2 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203464125296 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13984976 memory=192484 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13984976 memory=32224 CPUtime=0.94 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1564 0 0 0 48 46 0 0 20 0 15 0 114361200 14320615424 48121 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 2464.55 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.5 s]
/proc/loadavg: 1.34 1.37 1.38 3/217 26990
/proc/meminfo: memFree=31052156/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13984976 memory=194536 CPUtime=2520.08 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 80413 0 0 0 251838 170 0 0 20 0 15 0 114361194 14320615424 48634 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3496244 48634 3262 1 0 3483478 0
[pid=26802/tid=26803] ppid=26800 vsize=13984976 memory=194532 CPUtime=2487.38 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 25616 0 0 0 248720 18 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204562185968 140204195762131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.39 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 5031 0 0 0 515 24 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.48 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1782 0 0 0 525 23 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.48 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 2229 0 0 0 523 25 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.39 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 2490 0 0 0 512 27 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13984976 memory=194536 CPUtime=3.54 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 4325 0 0 0 327 27 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13984976 memory=194532 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13984976 memory=1384 CPUtime=3.19 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 17455 0 0 0 318 1 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13984976 memory=194536 CPUtime=2.53 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 9836 0 0 0 252 1 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13984976 memory=194536 CPUtime=0.66 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) S 26800 26800 23628 0 -1 1077944384 8720 0 0 0 64 2 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203464125296 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13984976 memory=194532 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13984976 memory=32224 CPUtime=0.96 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1569 0 0 0 49 47 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195920 KiB

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

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

[startup+2497.51 s]
# the end of solver process 26802 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.39 s, system=1.71094 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

[startup+2497.5 s]
/proc/loadavg: 1.34 1.37 1.38 3/217 26990
/proc/meminfo: memFree=31052156/32770624 swapFree=67108860/67108860
[pid=26800] ppid=26797 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26800/stat : 26800 (xcsp3-exec) S 26797 26800 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114361194 9740288 346 33554432000 4194304 5098028 140728654242496 140728654240600 140253371560572 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14794752 140728654247022 140728654247227 140728654247227 140728654249963 0
/proc/26800/statm: 2378 346 289 221 0 87 0
[pid=26802] ppid=26800 vsize=13984976 memory=194536 CPUtime=2520.08 cores=1,3,5,7
/proc/26802/stat : 26802 (java) S 26800 26800 23628 0 -1 1077944320 80413 0 0 0 251838 170 0 0 20 0 15 0 114361194 14320615424 48634 33554432000 4194304 4196468 140721259499392 140721259481936 140204557946615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
/proc/26802/statm: 3496244 48634 3262 1 0 3483478 0
[pid=26802/tid=26803] ppid=26800 vsize=13984976 memory=194532 CPUtime=2487.38 cores=1,3,5,7
/proc/26802/task/26803/stat : 26803 (java) R 26800 26800 23628 0 -1 4202560 25616 0 0 0 248720 18 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204562185968 140204195762131 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26804] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.39 cores=1,3,5,7
/proc/26802/task/26804/stat : 26804 (java) S 26800 26800 23628 0 -1 1077944384 5031 0 0 0 515 24 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204153432976 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26805] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.48 cores=1,3,5,7
/proc/26802/task/26805/stat : 26805 (java) S 26800 26800 23628 0 -1 1077944384 1782 0 0 0 525 23 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204152380176 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26806] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.48 cores=1,3,5,7
/proc/26802/task/26806/stat : 26806 (java) S 26800 26800 23628 0 -1 1077944384 2229 0 0 0 523 25 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204151327888 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26807] ppid=26800 vsize=13984976 memory=194532 CPUtime=5.39 cores=1,3,5,7
/proc/26802/task/26807/stat : 26807 (java) S 26800 26800 23628 0 -1 1077944384 2490 0 0 0 512 27 0 0 20 0 15 0 114361195 14320615424 48634 33554432000 4194304 4196468 140721259499392 140204150275088 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26808] ppid=26800 vsize=13984976 memory=194536 CPUtime=3.54 cores=1,3,5,7
/proc/26802/task/26808/stat : 26808 (java) S 26800 26800 23628 0 -1 1077944384 4325 0 0 0 327 27 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203470440560 140204557957762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26809] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26809/stat : 26809 (java) S 26800 26800 23628 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203469386528 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26810] ppid=26800 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26810/stat : 26810 (java) S 26800 26800 23628 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 114361197 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203468334192 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26811] ppid=26800 vsize=13984976 memory=194532 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26811/stat : 26811 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203467282512 140204557965211 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26812] ppid=26800 vsize=13984976 memory=1384 CPUtime=3.19 cores=1,3,5,7
/proc/26802/task/26812/stat : 26812 (java) S 26800 26800 23628 0 -1 1077944384 17455 0 0 0 318 1 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203466230384 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26813] ppid=26800 vsize=13984976 memory=194536 CPUtime=2.53 cores=1,3,5,7
/proc/26802/task/26813/stat : 26813 (java) S 26800 26800 23628 0 -1 1077944384 9836 0 0 0 252 1 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203465177584 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26814] ppid=26800 vsize=13984976 memory=194536 CPUtime=0.66 cores=1,3,5,7
/proc/26802/task/26814/stat : 26814 (java) S 26800 26800 23628 0 -1 1077944384 8720 0 0 0 64 2 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203464125296 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26815] ppid=26800 vsize=13984976 memory=194532 CPUtime=0 cores=1,3,5,7
/proc/26802/task/26815/stat : 26815 (java) S 26800 26800 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203463072736 140204557956821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
[pid=26802/tid=26816] ppid=26800 vsize=13984976 memory=32224 CPUtime=0.96 cores=1,3,5,7
/proc/26802/task/26816/stat : 26816 (java) S 26800 26800 23628 0 -1 1077944384 1569 0 0 0 49 47 0 0 20 0 15 0 114361200 14320615424 48634 33554432000 4194304 4196468 140721259499392 140203462019504 140204557957762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27049984 140721259504791 140721259504967 140721259504967 140721259507663 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195920 KiB

Child status: 143
Real time (s): 2497.51
CPU time (s): 2520.1
CPU user time (s): 2518.39
CPU system time (s): 1.71094
CPU usage (%): 100.904
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 245784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.39
system time used= 1.71094
maximum resident set size= 244400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153878
involuntary context switches= 2322


# summary of solver processes directly reported to runsolver:
#   pid: 26800,26802
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.39
#   total CPU system time (s): 1.71094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4944 second user time and 24.3181 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 17:44:31
IDJOB=4269810
IDBENCH=133909
IDSOLVER=2660
FILE ID=node103/4269810-1502812730
RUNJOBID= node103-1502789283-23660
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-26.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-4269810-1502812730/watcher-4269810-1502812730 -o /tmp/evaluation-result-4269810-1502812730/solver-4269810-1502812730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1505586748 HOME/instance-4269810-1502812730.xml

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

MD5SUM BENCH= e7fb96dadee149724dd4cb9af2eae5d9
RANDOM SEED=1505586748

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:        31327060 kB
MemAvailable:   31828604 kB
Buffers:          187376 kB
Cached:           599896 kB
SwapCached:            0 kB
Active:           756692 kB
Inactive:         242964 kB
Active(anon):     161700 kB
Inactive(anon):    78564 kB
Active(file):     594992 kB
Inactive(file):   164400 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        218536 kB
Mapped:            58260 kB
Shmem:             25228 kB
Slab:             142628 kB
SReclaimable:     115972 kB
SUnreclaim:        26656 kB
KernelStack:        3520 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1182604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:26:09