Trace number 4306890

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.7b seq (e747e1e)? (TO) 2520.04 2504.51

General information on the benchmark

NameSportsScheduling/
SportsScheduling-18_c18.xml
MD5SUM4eb29a597c5d97627c316d99279efe71
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 variables477
Number of constraints225
Number of domains2
Minimum domain size18
Maximum domain size153
Distribution of domain sizes[{"size":18,"count":324},{"size":153,"count":153}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":162},{"degree":4,"count":315}]
Minimum constraint arity1
Maximum constraint arity153
Distribution of constraint arities[{"arity":1,"count":9},{"arity":2,"count":9},{"arity":3,"count":153},{"arity":9,"count":17},{"arity":18,"count":18},{"arity":34,"count":9},{"arity":36,"count":9},{"arity":153,"count":1}]
Number of extensional constraints153
Number of intensional constraints18
Distribution of constraint types[{"type":"extension","count":153},{"type":"intension","count":18},{"type":"allDifferent","count":19},{"type":"count","count":17},{"type":"cardinality","count":18}]
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-4306890-1534137304.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306890-1534137304.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.28/0.62	c solve instance...
2520.01/2504.50	s UNKNOWN
2520.01/2504.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 (9761 MiB free)
  memory of node 1: 16384 MiB (13382 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306890-1534137304/watcher-4306890-1534137304 -o /tmp/evaluation-result-4306890-1534137304/solver-4306890-1534137304 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534137304-5384 --watchdog 2580 HOME/xcsp3-exec -seed 2101377465 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306890-1534137304.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
solver pid=5409, runsolver pid=5404
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 1.00 1.02 1.12 5/217 5444
/proc/meminfo: memFree=23665632/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14082940 memory=29372 CPUtime=0.12 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 5196 0 0 0 11 1 0 0 20 0 15 0 231293258 14420930560 7343 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3520735 7343 3025 1 0 3483012 0
[pid=5414/tid=5417] ppid=5409 vsize=14082940 memory=-8384983166207967169 CPUtime=0.08 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 3205 0 0 0 8 0 0 0 20 0 15 0 231293259 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813811595056 139813793057592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14082940 memory=140154716399232 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231293259 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14082940 memory=140154716399232 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231293261 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231293261 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231293261 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14082940 memory=140154716399232 CPUtime=0.01 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) R 5409 5409 4275 0 -1 4202560 320 0 0 0 1 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813342452080 139813800458619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14082940 memory=140154716399232 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293264 14420930560 7408 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30824 KiB

[startup+0.210911 s]*
/proc/loadavg: 1.00 1.02 1.12 5/217 5444
/proc/meminfo: memFree=23642288/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14082940 memory=41288 CPUtime=0.34 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 7840 0 0 0 32 2 0 0 20 0 15 0 231293258 14420930560 10322 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3520735 10322 3187 1 0 3483012 0
[pid=5414/tid=5417] ppid=5409 vsize=14085056 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) D 5409 5409 4275 0 -1 1077944384 4976 0 0 0 18 1 0 0 20 0 15 0 231293259 14423097344 10324 33554432000 4194304 4196468 140731621902992 139813811582776 139813809637063 0 4 0 16800975 18446744072101572132 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14085056 memory=12630 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14423097344 10324 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14085056 memory=140154716412066 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14423097344 10324 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14423097344 10324 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231293259 14423097344 10324 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14087196 memory=140154716399232 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14087196 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14087196 memory=140154716399232 CPUtime=0.08 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 774 0 0 0 8 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 10327 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42740 KiB

[startup+0.310802 s]*
/proc/loadavg: 1.00 1.02 1.12 4/217 5444
/proc/meminfo: memFree=23629128/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14087196 memory=48484 CPUtime=0.53 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 8712 0 0 0 50 3 0 0 20 0 15 0 231293258 14425288704 12121 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3521799 12121 3265 1 0 3483012 0
[pid=5414/tid=5417] ppid=5409 vsize=14087196 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 5690 0 0 0 27 2 0 0 20 0 15 0 231293259 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813811593552 139813807383709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14087196 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231293259 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231293261 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14087196 memory=-7522837583045875833 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14087196 memory=3047711566422646390 CPUtime=0.04 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 546 0 0 0 4 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14087196 memory=-6516833586042938556 CPUtime=0.05 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 342 0 0 0 5 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14087196 memory=8325818968683490714 CPUtime=0.12 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 836 0 0 0 12 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293264 14425288704 12129 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49936 KiB

[startup+0.700824 s]
/proc/loadavg: 1.00 1.02 1.12 7/217 5444
/proc/meminfo: memFree=23600668/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14089320 memory=75448 CPUtime=1.55 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 11511 0 0 0 151 4 0 0 20 0 15 0 231293258 14427463680 18862 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3522330 18862 3358 1 0 3483524 0
[pid=5414/tid=5417] ppid=5409 vsize=14089320 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 6567 0 0 0 63 3 0 0 20 0 15 0 231293259 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813811590224 139813807373718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14089320 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14089320 memory=288230613197271346 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293259 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14089320 memory=14972273996090760 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231293259 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14089320 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 1129 0 0 0 23 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14089320 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 805 0 0 0 25 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14089320 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 1702 0 0 0 39 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 18862 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 76900 KiB

[startup+1.50084 s]
/proc/loadavg: 1.00 1.02 1.12 7/217 5444
/proc/meminfo: memFree=23538748/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0

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

[pid=5414/tid=5427] ppid=5409 vsize=14089320 memory=230424 CPUtime=3.24 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 4317 0 0 0 304 20 0 0 20 0 15 0 231293261 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14089320 memory=230424 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14089320 memory=230424 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14089320 memory=1452 CPUtime=2.85 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 12143 0 0 0 284 1 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14089320 memory=230424 CPUtime=2.93 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 14204 0 0 0 291 2 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14089320 memory=230424 CPUtime=0.66 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 7247 0 0 0 65 1 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14089320 memory=230424 CPUtime=0.7 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 863 0 0 0 30 40 0 0 20 0 15 0 231293264 14427463680 57606 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 2457.58 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 231876 KiB

[startup+2502.3 s]
/proc/loadavg: 1.90 1.52 1.43 2/200 5596
/proc/meminfo: memFree=23474728/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14089320 memory=232528 CPUtime=2517.81 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 75693 0 0 0 251639 142 0 0 20 0 15 0 231293258 14427463680 58132 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3522330 58132 3414 1 0 3483524 0
[pid=5414/tid=5417] ppid=5409 vsize=14089320 memory=3868 CPUtime=2494.53 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 22913 0 0 0 249438 15 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813811600912 139813421312852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14089320 memory=232528 CPUtime=3.17 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 2623 0 0 0 294 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14089320 memory=1452 CPUtime=3.19 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 4129 0 0 0 296 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14089320 memory=232528 CPUtime=3.18 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 4005 0 0 0 293 25 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14089320 memory=230424 CPUtime=3.15 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 1883 0 0 0 294 21 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14089320 memory=230480 CPUtime=3.32 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 4335 0 0 0 311 21 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14089320 memory=71 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14089320 memory=230480 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14089320 memory=232528 CPUtime=2.85 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 12143 0 0 0 284 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14089320 memory=232528 CPUtime=2.93 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 14204 0 0 0 291 2 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14089320 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 7247 0 0 0 65 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14089320 memory=232528 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14089320 memory=1452 CPUtime=0.72 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 867 0 0 0 31 41 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 2517.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 233980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.5 s]
/proc/loadavg: 1.90 1.52 1.43 3/217 5672
/proc/meminfo: memFree=23397388/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14089320 memory=232528 CPUtime=2520.01 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 75697 0 0 0 251859 142 0 0 20 0 15 0 231293258 14427463680 58132 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3522330 58132 3414 1 0 3483524 0
[pid=5414/tid=5417] ppid=5409 vsize=14089320 memory=232528 CPUtime=2496.73 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 22917 0 0 0 249657 16 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813811600912 139813422572853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14089320 memory=230480 CPUtime=3.17 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 2623 0 0 0 294 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14089320 memory=71 CPUtime=3.2 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 4129 0 0 0 297 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14089320 memory=1452 CPUtime=3.19 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 4005 0 0 0 294 25 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14089320 memory=230480 CPUtime=3.15 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 1883 0 0 0 294 21 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14089320 memory=230424 CPUtime=3.32 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 4335 0 0 0 311 21 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14089320 memory=232528 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14089320 memory=232528 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14089320 memory=1452 CPUtime=2.85 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 12143 0 0 0 284 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14089320 memory=232528 CPUtime=2.93 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 14204 0 0 0 291 2 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14089320 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 7247 0 0 0 65 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14089320 memory=232528 CPUtime=0.72 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 867 0 0 0 31 41 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 233980 KiB

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

[startup+2504.51 s]
# the end of solver process 5409 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.61 s, system=1.43016 s

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

[startup+2504.5 s]
/proc/loadavg: 1.90 1.52 1.43 3/217 5672
/proc/meminfo: memFree=23397388/32770624 swapFree=67108688/67108860
[pid=5409] ppid=5404 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5409/stat : 5409 (xcsp3-exec) S 5404 5409 4275 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231293258 115843072 363 33554432000 4194304 5098028 140724889596416 140724889594520 140202084565628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9986048 140724889605178 140724889605380 140724889605380 140724889608138 0
/proc/5409/statm: 28282 363 305 221 0 87 0
[pid=5414] ppid=5409 vsize=14089320 memory=232528 CPUtime=2520.01 cores=1,3,5,7
/proc/5414/stat : 5414 (java) S 5409 5409 4275 0 -1 1077944320 75697 0 0 0 251859 142 0 0 20 0 15 0 231293258 14427463680 58132 33554432000 4194304 4196468 140731621902992 140731621885536 139813807361783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
/proc/5414/statm: 3522330 58132 3414 1 0 3483524 0
[pid=5414/tid=5417] ppid=5409 vsize=14089320 memory=232528 CPUtime=2496.73 cores=1,3,5,7
/proc/5414/task/5417/stat : 5417 (java) R 5409 5409 4275 0 -1 4202560 22917 0 0 0 249657 16 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813811600912 139813422572853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5419] ppid=5409 vsize=14089320 memory=230480 CPUtime=3.17 cores=1,3,5,7
/proc/5414/task/5419/stat : 5419 (java) S 5409 5409 4275 0 -1 1077944384 2623 0 0 0 294 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813737449872 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5420] ppid=5409 vsize=14089320 memory=71 CPUtime=3.2 cores=1,3,5,7
/proc/5414/task/5420/stat : 5420 (java) S 5409 5409 4275 0 -1 1077944384 4129 0 0 0 297 23 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813736397072 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5421] ppid=5409 vsize=14089320 memory=1452 CPUtime=3.19 cores=1,3,5,7
/proc/5414/task/5421/stat : 5421 (java) S 5409 5409 4275 0 -1 1077944384 4005 0 0 0 294 25 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813401049744 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5422] ppid=5409 vsize=14089320 memory=230480 CPUtime=3.15 cores=1,3,5,7
/proc/5414/task/5422/stat : 5422 (java) S 5409 5409 4275 0 -1 1077944384 1883 0 0 0 294 21 0 0 20 0 15 0 231293259 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813399996944 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5427] ppid=5409 vsize=14089320 memory=230424 CPUtime=3.32 cores=1,3,5,7
/proc/5414/task/5427/stat : 5427 (java) S 5409 5409 4275 0 -1 1077944384 4335 0 0 0 311 21 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813348768368 139813807372930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5429] ppid=5409 vsize=14089320 memory=232528 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5429/stat : 5429 (java) S 5409 5409 4275 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813347714336 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5430] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5430/stat : 5430 (java) S 5409 5409 4275 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231293261 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813346662000 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5433] ppid=5409 vsize=14089320 memory=232528 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5433/stat : 5433 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813345610320 139813807380379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5434] ppid=5409 vsize=14089320 memory=1452 CPUtime=2.85 cores=1,3,5,7
/proc/5414/task/5434/stat : 5434 (java) S 5409 5409 4275 0 -1 1077944384 12143 0 0 0 284 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813344557168 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5435] ppid=5409 vsize=14089320 memory=232528 CPUtime=2.93 cores=1,3,5,7
/proc/5414/task/5435/stat : 5435 (java) S 5409 5409 4275 0 -1 1077944384 14204 0 0 0 291 2 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813343504368 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5436] ppid=5409 vsize=14089320 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/5414/task/5436/stat : 5436 (java) S 5409 5409 4275 0 -1 1077944384 7247 0 0 0 65 1 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813342452080 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5438] ppid=5409 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5414/task/5438/stat : 5438 (java) S 5409 5409 4275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813341399520 139813807371989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
[pid=5414/tid=5442] ppid=5409 vsize=14089320 memory=232528 CPUtime=0.72 cores=1,3,5,7
/proc/5414/task/5442/stat : 5442 (java) S 5409 5409 4275 0 -1 1077944384 867 0 0 0 31 41 0 0 20 0 15 0 231293264 14427463680 58132 33554432000 4194304 4196468 140731621902992 139813340347312 139813807372930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13328384 140731621905542 140731621905713 140731621905713 140731621908431 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 233980 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2504.51
CPU time (s): 2520.04
CPU user time (s): 2518.61
CPU system time (s): 1.43016
CPU usage (%): 100.62
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 233980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.61
system time used= 1.43016
maximum resident set size= 233276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138153
involuntary context switches= 3180


# summary of solver processes directly reported to runsolver:
#   pid: 5409
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.61
#   total CPU system time (s): 1.43016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1413 second user time and 25.5455 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-13 07:15:04
IDJOB=4306890
IDBENCH=141597
IDSOLVER=2787
FILE ID=node106/4306890-1534137304
RUNJOBID= node106-1534137304-5384
PBS_JOBID= 21037011
Free space on /tmp= 39908 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-18_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306890-1534137304/watcher-4306890-1534137304 -o /tmp/evaluation-result-4306890-1534137304/solver-4306890-1534137304 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534137304-5384 --watchdog 2580  HOME/xcsp3-exec -seed 2101377465 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306890-1534137304.xml

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

MD5SUM BENCH= 4eb29a597c5d97627c316d99279efe71
RANDOM SEED=2101377465

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23699996 kB
MemAvailable:   31904432 kB
Buffers:          154896 kB
Cached:          8241056 kB
SwapCached:            0 kB
Active:          4229604 kB
Inactive:        4222684 kB
Active(anon):       3196 kB
Inactive(anon):   105400 kB
Active(file):    4226408 kB
Inactive(file):  4117284 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             43580 kB
Writeback:             0 kB
AnonPages:        114024 kB
Mapped:            53204 kB
Shmem:             49632 kB
Slab:             317468 kB
SReclaimable:     289204 kB
SUnreclaim:        28264 kB
KernelStack:        3568 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39868 MiB
End job on node106 at 2018-08-13 07:56:49