Trace number 4393439

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14? (TO) 2520.71 634.288

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization 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 variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393439-1568312894.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393439-1568312894.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.66/1.02	c solve instance...
2520.38/634.26	s UNKNOWN
2520.38/634.26	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 (9712 MiB free)
  memory of node 1: 16384 MiB (13735 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393439-1568312894/watcher-4393439-1568312894 -o /tmp/evaluation-result-4393439-1568312894/solver-4393439-1568312894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1226043186 HOME/instance-4393439-1568312894.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=11661, runsolver pid=11658

[startup+0.100109 s]*
/proc/loadavg: 0.50 0.77 1.10 6/229 11683
/proc/meminfo: memFree=23986656/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15144768 memory=27432 CPUtime=0.13 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 5891 0 0 0 12 1 0 0 20 0 15 0 407231352 15508242432 6858 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3786192 6858 3118 1 0 3748377 0
[pid=11663/tid=11664] ppid=11661 vsize=15144768 memory=7100839861498119282 CPUtime=0.09 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) R 11661 11661 11591 0 -1 4202560 3763 0 0 0 9 0 0 0 20 0 15 0 407231352 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945773679888 139945761684286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407231354 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407231354 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945236264352 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407231355 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945235211760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) S 11661 11661 11591 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) R 11661 11661 11591 0 -1 4202560 148 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945232053456 139945755058304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0.02 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 407231357 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231358 15508242432 6990 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28884 KiB

[startup+0.210819 s]*
/proc/loadavg: 0.50 0.77 1.10 4/229 11683
/proc/meminfo: memFree=23964484/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15144768 memory=39828 CPUtime=0.34 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 9678 0 0 0 32 2 0 0 20 0 15 0 407231352 15508242432 9957 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3786192 9957 3317 1 0 3748377 0
[pid=11663/tid=11664] ppid=11661 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) R 11661 11661 11591 0 -1 4202560 6709 0 0 0 18 2 0 0 20 0 15 0 407231352 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945773679888 139945751662388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15144768 memory=13655 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15144768 memory=140715396662499 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407231353 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407231354 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407231354 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945236264352 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407231355 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945235211760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) R 11661 11661 11591 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 407231357 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) S 11661 11661 11591 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 15 0 407231357 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945232054384 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15144768 memory=140715396650624 CPUtime=0.08 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 895 0 0 0 8 0 0 0 20 0 15 0 407231357 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231358 15508242432 9957 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41280 KiB

[startup+0.31135 s]*
/proc/loadavg: 0.50 0.77 1.10 5/229 11683
/proc/meminfo: memFree=23951952/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15149024 memory=48724 CPUtime=0.52 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 11055 0 0 0 49 3 0 0 20 0 15 0 407231352 15512600576 12181 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3787256 12181 3349 1 0 3748377 0
[pid=11663/tid=11664] ppid=11661 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) R 11661 11661 11591 0 -1 4202560 7857 0 0 0 28 2 0 0 20 0 15 0 407231352 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945773678272 139945753527646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407231353 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15149024 memory=4500088463514900084 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407231354 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407231354 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945236264352 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407231355 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945235211760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) S 11661 11661 11591 0 -1 1077944384 503 0 0 0 4 0 0 0 20 0 15 0 407231357 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) S 11661 11661 11591 0 -1 1077944384 327 0 0 0 4 0 0 0 20 0 15 0 407231357 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945232054384 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 1070 0 0 0 12 0 0 0 20 0 15 0 407231357 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231358 15512600576 12181 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50176 KiB

[startup+0.700752 s]
/proc/loadavg: 0.50 0.77 1.10 7/229 11683
/proc/meminfo: memFree=23916408/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15151148 memory=83740 CPUtime=1.62 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 14629 0 0 0 157 5 0 0 20 0 15 0 407231352 15514775552 20935 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3787787 20935 3453 1 0 3748889 0
[pid=11663/tid=11664] ppid=11661 vsize=15151148 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) R 11661 11661 11591 0 -1 4202560 8796 0 0 0 64 3 0 0 20 0 15 0 407231352 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945773684736 139945769459094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15151148 memory=37852 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15151148 memory=992 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15151148 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231353 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15151148 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407231353 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15151148 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 407231354 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15151148 memory=752 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407231354 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945236264352 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15151148 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407231355 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945235211760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15151148 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15151148 memory=944 CPUtime=0.24 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) R 11661 11661 11591 0 -1 1077944384 1257 0 0 0 24 0 0 0 20 0 15 0 407231357 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15151148 memory=4004 CPUtime=0.24 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) R 11661 11661 11591 0 -1 4202560 964 0 0 0 24 0 0 0 20 0 15 0 407231357 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945232054384 139945769459094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15151148 memory=780 CPUtime=0.43 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) R 11661 11661 11591 0 -1 4202560 2305 0 0 0 43 0 0 0 20 0 15 0 407231357 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945231001840 139945755142077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15151148 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407231357 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15151148 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407231358 15514775552 20935 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 85192 KiB

[startup+1.50077 s]
/proc/loadavg: 1.10 0.89 1.14 9/233 11691
/proc/meminfo: memFree=23792964/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0

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

/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 117499 0 0 0 231355 47 0 0 20 0 19 0 407231352 15789518848 88122 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3854863 88122 3526 1 0 3815965 0
[pid=11663/tid=11664] ppid=11661 vsize=15419452 memory=924 CPUtime=1.01 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) S 11661 11661 11591 0 -1 1077944384 11026 0 0 0 97 4 0 0 20 0 19 0 407231352 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945773687936 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15419452 memory=1712 CPUtime=0.64 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 3033 0 0 0 59 5 0 0 20 0 19 0 407231353 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15419452 memory=812 CPUtime=0.63 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 3663 0 0 0 58 5 0 0 20 0 19 0 407231353 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15419452 memory=1436 CPUtime=0.64 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 2915 0 0 0 59 5 0 0 20 0 19 0 407231353 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15419452 memory=1984 CPUtime=0.64 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 1967 0 0 0 60 4 0 0 20 0 19 0 407231353 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15419452 memory=2492 CPUtime=0.37 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 3526 0 0 0 27 10 0 0 20 0 19 0 407231354 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15419452 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 407231354 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945236264416 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15419452 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 407231355 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945235211776 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15419452 memory=804 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15419452 memory=4104 CPUtime=5.55 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) S 11661 11661 11591 0 -1 1077944384 30847 0 0 0 553 2 0 0 20 0 19 0 407231357 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15419452 memory=1804 CPUtime=5.14 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) S 11661 11661 11591 0 -1 1077944384 29930 0 0 0 512 2 0 0 20 0 19 0 407231357 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945232054384 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15419452 memory=920 CPUtime=1.09 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 13764 0 0 0 107 2 0 0 20 0 19 0 407231357 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15419452 memory=352488 CPUtime=0.36 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1561 0 0 0 36 0 0 0 20 0 19 0 407231358 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11692] ppid=11661 vsize=15419452 memory=350440 CPUtime=574.06 cores=1,3,5,7
/proc/11663/task/11692/stat : 11692 (java) R 11661 11661 11591 0 -1 4202560 2157 0 0 0 57405 1 0 0 20 0 19 0 407231455 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945217825616 139945417668371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11693] ppid=11661 vsize=15419452 memory=1984 CPUtime=574.25 cores=1,3,5,7
/proc/11663/task/11693/stat : 11693 (java) R 11661 11661 11591 0 -1 4202560 6025 0 0 0 57422 3 0 0 20 0 19 0 407231455 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945216774472 139945416511904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11694] ppid=11661 vsize=15419452 memory=2492 CPUtime=574.9 cores=1,3,5,7
/proc/11663/task/11694/stat : 11694 (java) R 11661 11661 11591 0 -1 4202560 2918 0 0 0 57489 1 0 0 20 0 19 0 407231455 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945215721968 139945414769351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11695] ppid=11661 vsize=15419452 memory=1764 CPUtime=574.61 cores=1,3,5,7
/proc/11663/task/11695/stat : 11695 (java) R 11661 11661 11591 0 -1 4202560 2793 0 0 0 57460 1 0 0 20 0 19 0 407231455 15789518848 88122 33554432000 4194304 4196468 140727485131488 139945214670736 139945413268963 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 2314.02 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 353940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.201 s]
/proc/loadavg: 8.63 6.76 4.06 9/237 12768
/proc/meminfo: memFree=22676496/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15419452 memory=385248 CPUtime=2520.38 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 119439 0 0 0 251988 50 0 0 20 0 19 0 407231352 15789518848 96312 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3854863 96312 3526 1 0 3815965 0
[pid=11663/tid=11664] ppid=11661 vsize=15419452 memory=1452 CPUtime=1.01 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) S 11661 11661 11591 0 -1 1077944384 11026 0 0 0 97 4 0 0 20 0 19 0 407231352 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945773687936 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15419452 memory=383360 CPUtime=0.7 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 3246 0 0 0 65 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15419452 memory=381312 CPUtime=0.7 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 3823 0 0 0 64 6 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15419452 memory=377216 CPUtime=0.71 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 3166 0 0 0 66 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15419452 memory=377216 CPUtime=0.71 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2539 0 0 0 66 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15419452 memory=381312 CPUtime=0.41 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 3729 0 0 0 29 12 0 0 20 0 19 0 407231354 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15419452 memory=383360 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 407231354 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945236264416 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 407231355 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945235211776 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15419452 memory=364704 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15419452 memory=3612 CPUtime=5.55 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) S 11661 11661 11591 0 -1 1077944384 30849 0 0 0 553 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15419452 memory=377216 CPUtime=5.14 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) S 11661 11661 11591 0 -1 1077944384 29932 0 0 0 512 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945232054384 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15419452 memory=33 CPUtime=1.09 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 13766 0 0 0 107 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15419452 memory=379264 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15419452 memory=1452 CPUtime=0.37 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1576 0 0 0 37 0 0 0 20 0 19 0 407231358 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11692] ppid=11661 vsize=15419452 memory=377216 CPUtime=625.52 cores=1,3,5,7
/proc/11663/task/11692/stat : 11692 (java) R 11661 11661 11591 0 -1 4202560 2280 0 0 0 62551 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945217826016 139945417965280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11693] ppid=11661 vsize=15419452 memory=374944 CPUtime=625.79 cores=1,3,5,7
/proc/11663/task/11693/stat : 11693 (java) R 11661 11661 11591 0 -1 4202560 6194 0 0 0 62576 3 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945216777168 139945407719831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11694] ppid=11661 vsize=15419452 memory=1452 CPUtime=626.47 cores=1,3,5,7
/proc/11663/task/11694/stat : 11694 (java) R 11661 11661 11591 0 -1 4202560 3064 0 0 0 62646 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945215722168 139945413269405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11695] ppid=11661 vsize=15419452 memory=3612 CPUtime=626.09 cores=1,3,5,7
/proc/11663/task/11695/stat : 11695 (java) R 11661 11661 11591 0 -1 4202560 2875 0 0 0 62608 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945214668008 139945414787276 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 2520.38 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 386700 KiB

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

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

[startup+634.287 s]
# the end of solver process 11663 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.19 s, system=0.518955 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+634.201 s]
/proc/loadavg: 8.63 6.76 4.06 9/237 12768
/proc/meminfo: memFree=22676496/32770624 swapFree=66952812/67108860
[pid=11661] ppid=11658 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11661/stat : 11661 (xcsp3-exec) S 11658 11661 11591 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407231351 115843072 363 33554432000 4194304 5098028 140731525585920 140731525584024 139700504240764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25407488 140731525587834 140731525588077 140731525588077 140731525590986 0
/proc/11661/statm: 28282 363 305 221 0 87 0
[pid=11663] ppid=11661 vsize=15419452 memory=385248 CPUtime=2520.38 cores=1,3,5,7
/proc/11663/stat : 11663 (java) S 11661 11661 11591 0 -1 1077944320 119439 0 0 0 251988 50 0 0 20 0 19 0 407231352 15789518848 96312 33554432000 4194304 4196468 140727485131488 140727485114032 139945769447159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
/proc/11663/statm: 3854863 96312 3526 1 0 3815965 0
[pid=11663/tid=11664] ppid=11661 vsize=15419452 memory=1452 CPUtime=1.01 cores=1,3,5,7
/proc/11663/task/11664/stat : 11664 (java) S 11661 11661 11591 0 -1 1077944384 11026 0 0 0 97 4 0 0 20 0 19 0 407231352 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945773687936 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11665] ppid=11661 vsize=15419452 memory=383360 CPUtime=0.7 cores=1,3,5,7
/proc/11663/task/11665/stat : 11665 (java) S 11661 11661 11591 0 -1 1077944384 3246 0 0 0 65 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945739159824 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11666] ppid=11661 vsize=15419452 memory=381312 CPUtime=0.7 cores=1,3,5,7
/proc/11663/task/11666/stat : 11666 (java) S 11661 11661 11591 0 -1 1077944384 3823 0 0 0 64 6 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945361148304 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11667] ppid=11661 vsize=15419452 memory=377216 CPUtime=0.71 cores=1,3,5,7
/proc/11663/task/11667/stat : 11667 (java) S 11661 11661 11591 0 -1 1077944384 3166 0 0 0 66 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945360095760 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11668] ppid=11661 vsize=15419452 memory=377216 CPUtime=0.71 cores=1,3,5,7
/proc/11663/task/11668/stat : 11668 (java) S 11661 11661 11591 0 -1 1077944384 2539 0 0 0 66 5 0 0 20 0 19 0 407231353 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945359043216 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11675] ppid=11661 vsize=15419452 memory=381312 CPUtime=0.41 cores=1,3,5,7
/proc/11663/task/11675/stat : 11675 (java) S 11661 11661 11591 0 -1 1077944384 3729 0 0 0 29 12 0 0 20 0 19 0 407231354 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945237318128 139945769458306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11676] ppid=11661 vsize=15419452 memory=383360 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11676/stat : 11676 (java) S 11661 11661 11591 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 407231354 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945236264416 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11677] ppid=11661 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11677/stat : 11677 (java) S 11661 11661 11591 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 407231355 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945235211776 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11678] ppid=11661 vsize=15419452 memory=364704 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11678/stat : 11678 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945234160336 139945769465755 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11679] ppid=11661 vsize=15419452 memory=3612 CPUtime=5.55 cores=1,3,5,7
/proc/11663/task/11679/stat : 11679 (java) S 11661 11661 11591 0 -1 1077944384 30849 0 0 0 553 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945233106928 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11680] ppid=11661 vsize=15419452 memory=377216 CPUtime=5.14 cores=1,3,5,7
/proc/11663/task/11680/stat : 11680 (java) S 11661 11661 11591 0 -1 1077944384 29932 0 0 0 512 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945232054384 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11681] ppid=11661 vsize=15419452 memory=33 CPUtime=1.09 cores=1,3,5,7
/proc/11663/task/11681/stat : 11681 (java) S 11661 11661 11591 0 -1 1077944384 13766 0 0 0 107 2 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945231001840 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11682] ppid=11661 vsize=15419452 memory=379264 CPUtime=0 cores=1,3,5,7
/proc/11663/task/11682/stat : 11682 (java) S 11661 11661 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407231357 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945229949536 139945769457365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11683] ppid=11661 vsize=15419452 memory=1452 CPUtime=0.37 cores=1,3,5,7
/proc/11663/task/11683/stat : 11683 (java) S 11661 11661 11591 0 -1 1077944384 1576 0 0 0 37 0 0 0 20 0 19 0 407231358 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945228897072 139945769458306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11692] ppid=11661 vsize=15419452 memory=377216 CPUtime=625.52 cores=1,3,5,7
/proc/11663/task/11692/stat : 11692 (java) R 11661 11661 11591 0 -1 4202560 2280 0 0 0 62551 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945217826016 139945417965280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11693] ppid=11661 vsize=15419452 memory=374944 CPUtime=625.79 cores=1,3,5,7
/proc/11663/task/11693/stat : 11693 (java) R 11661 11661 11591 0 -1 4202560 6194 0 0 0 62576 3 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945216777168 139945407719831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11694] ppid=11661 vsize=15419452 memory=1452 CPUtime=626.47 cores=1,3,5,7
/proc/11663/task/11694/stat : 11694 (java) R 11661 11661 11591 0 -1 4202560 3064 0 0 0 62646 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945215722168 139945413269405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
[pid=11663/tid=11695] ppid=11661 vsize=15419452 memory=3612 CPUtime=626.09 cores=1,3,5,7
/proc/11663/task/11695/stat : 11695 (java) R 11661 11661 11591 0 -1 4202560 2875 0 0 0 62608 1 0 0 20 0 19 0 407231455 15789518848 96312 33554432000 4194304 4196468 140727485131488 139945214668008 139945414787276 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20131840 140727485133807 140727485133978 140727485133978 140727485136847 0
Current children cumulated CPU time: 2520.38 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 386700 KiB

Child status: 143
Real time (s): 634.288
CPU time (s): 2520.71
CPU user time (s): 2520.19
CPU system time (s): 0.518955
CPU usage (%): 397.408
Max. virtual memory (cumulated for all children) (KiB): 15535144
Max. memory (cumulated for all children) (KiB): 394652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.19
system time used= 0.518955
maximum resident set size= 393212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29200
involuntary context switches= 32327


# summary of solver processes directly reported to runsolver:
#   pid: 11661,11663
#   total CPU time (s): 2520.71
#   total CPU user time (s): 2520.19
#   total CPU system time (s): 0.518955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.18371 second user time and 7.37039 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 20:27:32
IDJOB=4393439
IDBENCH=115801
IDSOLVER=2840
FILE ID=node117/4393439-1568312894
RUNJOBID= node117-1568312851-11623
PBS_JOBID= 21701132
Free space on /tmp= 58892 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393439-1568312894/watcher-4393439-1568312894 -o /tmp/evaluation-result-4393439-1568312894/solver-4393439-1568312894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1226043186 HOME/instance-4393439-1568312894.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1226043186

node117.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.75
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.75
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.75
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.75
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:        24014008 kB
MemAvailable:   31799132 kB
Buffers:          189328 kB
Cached:          7822376 kB
SwapCached:        52484 kB
Active:          1385928 kB
Inactive:        6693212 kB
Active(anon):      24056 kB
Inactive(anon):    84888 kB
Active(file):    1361872 kB
Inactive(file):  6608324 kB
Unevictable:      107988 kB
Mlocked:          107988 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             51824 kB
Writeback:             0 kB
AnonPages:        119544 kB
Mapped:            50140 kB
Shmem:             32816 kB
Slab:             271464 kB
SReclaimable:     243388 kB
SUnreclaim:        28076 kB
KernelStack:        3280 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1484448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58868 MiB
End job on node117 at 2019-09-12 20:38:06