Trace number 4292490

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.7 seq (493a269)? (TO) 2400.1 2391.21

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
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-4292490-1532274326.xml"  -tl '2400s' -p 1 -x 0
0.11/0.18	c Choco 493a269
0.11/0.18	c [HOME/instance-4292490-1532274326.xml, -tl, 2400s, -p, 1, -x, 0]
0.33/0.22	c simple solver
0.33/0.28	c parse instance...
0.73/0.50	c solve instance...
2400.07/2391.20	s UNKNOWN
2400.07/2391.20	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 (8738 MiB free)
  memory of node 1: 16384 MiB (10953 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292490-1532274326/watcher-4292490-1532274326 -o /tmp/evaluation-result-4292490-1532274326/solver-4292490-1532274326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4846 --watchdog 2560 HOME/xcsp3-exec -seed 776087801 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292490-1532274326.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5230, runsolver pid=5227

[startup+0.100297 s]*
/proc/loadavg: 1.59 1.63 1.62 2/196 5260
/proc/meminfo: memFree=20171452/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14082840 memory=28468 CPUtime=0.11 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 5517 0 0 0 9 2 0 0 20 0 15 0 44995807 14420828160 7117 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3520710 7117 2975 1 0 3483008 0
[pid=5232/tid=5233] ppid=5230 vsize=14082840 memory=-7673721927108614497 CPUtime=0.08 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 3543 0 0 0 7 1 0 0 20 0 15 0 44995807 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516494450520 140516474451776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14082840 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995809 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44995810 14420828160 7117 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44995810 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0.01 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) R 5230 5230 3395 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515957779056 140516474393582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 7117 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29924 KiB

[startup+0.210442 s]*
/proc/loadavg: 1.59 1.63 1.62 5/197 5270
/proc/meminfo: memFree=20139556/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14082840 memory=40312 CPUtime=0.33 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 8118 0 0 0 30 3 0 0 20 0 15 0 44995807 14420828160 10078 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3520710 10078 3147 1 0 3483008 0
[pid=5232/tid=5233] ppid=5230 vsize=14082840 memory=7311146985107750967 CPUtime=0.2 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 5364 0 0 0 18 2 0 0 20 0 15 0 44995807 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516494471216 140516474312030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14082840 memory=10650 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14082840 memory=140703803342792 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995808 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995809 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44995810 14420828160 10078 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44995810 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14082840 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0.07 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 783 0 0 0 7 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14082840 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995813 14420828160 10078 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41768 KiB

[startup+0.310319 s]*
/proc/loadavg: 1.59 1.63 1.62 3/217 5290
/proc/meminfo: memFree=20116108/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14087096 memory=47304 CPUtime=0.51 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 8953 0 0 0 47 4 0 0 20 0 15 0 44995807 14425186304 11826 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3521774 11826 3234 1 0 3483008 0
[pid=5232/tid=5233] ppid=5230 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 6049 0 0 0 27 2 0 0 20 0 15 0 44995807 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516494466496 140516474312030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995808 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44995809 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44995810 14425186304 11880 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44995810 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 465 0 0 0 4 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 228 0 0 0 3 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 925 0 0 0 12 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14087096 memory=140703803246208 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995813 14425186304 11880 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48760 KiB

[startup+0.70074 s]
/proc/loadavg: 1.59 1.63 1.62 7/217 5290
/proc/meminfo: memFree=20085136/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14089220 memory=71680 CPUtime=1.58 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 13145 0 0 0 153 5 0 0 20 0 15 0 44995807 14427361280 17920 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3522305 17920 3340 1 0 3483520 0
[pid=5232/tid=5233] ppid=5230 vsize=14089220 memory=1296 CPUtime=0.67 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 6866 0 0 0 65 2 0 0 20 0 15 0 44995807 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516494470584 140516490243478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14089220 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14089220 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14089220 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995808 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44995808 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14089220 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44995809 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 17920 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14089220 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14089220 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14089220 memory=5412 CPUtime=0.27 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) R 5230 5230 3395 0 -1 4202560 1652 0 0 0 27 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515959871224 140516475356938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14089220 memory=4612 CPUtime=0.28 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) R 5230 5230 3395 0 -1 4202560 1418 0 0 0 28 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515958817592 140516469450274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14089220 memory=1012 CPUtime=0.32 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 1902 0 0 0 32 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14089220 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14089220 memory=281407331178784 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 17920 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 73136 KiB

[startup+1.50169 s]
/proc/loadavg: 1.59 1.63 1.62 7/217 5290
/proc/meminfo: memFree=20033260/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0

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

/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14089220 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14089220 memory=15152 CPUtime=1.66 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 10034 0 0 0 165 1 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14089220 memory=1076292 CPUtime=1.58 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 7449 0 0 0 157 1 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14089220 memory=1018724 CPUtime=0.49 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 6929 0 0 0 48 1 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14089220 memory=1160596 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14089220 memory=1047508 CPUtime=0.65 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1083 0 0 0 26 39 0 0 20 0 15 0 44995813 14427361280 347205 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 2270.28 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1390276 KiB

[startup+2322.3 s]
/proc/loadavg: 1.70 1.69 1.69 3/218 5385
/proc/meminfo: memFree=15341672/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14089220 memory=1536844 CPUtime=2330.69 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 97516 0 0 0 232778 291 0 0 20 0 15 0 44995807 14427361280 384211 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3522305 384211 3416 1 0 3483520 0
[pid=5232/tid=5233] ppid=5230 vsize=14089220 memory=1508060 CPUtime=2319.93 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 48949 0 0 0 231766 227 0 0 20 0 15 0 44995807 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516494471208 140516118683645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14089220 memory=1508060 CPUtime=1.38 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 3433 0 0 0 131 7 0 0 20 0 15 0 44995808 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14089220 memory=1536844 CPUtime=1.37 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 2909 0 0 0 131 6 0 0 20 0 15 0 44995808 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14089220 memory=1456 CPUtime=1.37 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 3578 0 0 0 131 6 0 0 20 0 15 0 44995808 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14089220 memory=1390868 CPUtime=1.36 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 3180 0 0 0 130 6 0 0 20 0 15 0 44995808 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14089220 memory=15152 CPUtime=0.77 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 8558 0 0 0 66 11 0 0 20 0 15 0 44995809 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 384211 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14089220 memory=1479272 CPUtime=1.66 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 10036 0 0 0 165 1 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14089220 memory=8112282956445269571 CPUtime=1.59 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 7451 0 0 0 158 1 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14089220 memory=15152 CPUtime=0.49 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 6932 0 0 0 48 1 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14089220 memory=1456 CPUtime=0.67 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1103 0 0 0 27 40 0 0 20 0 15 0 44995813 14427361280 384211 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 2330.69 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 1538300 KiB

[startup+2382.3 s]
/proc/loadavg: 1.82 1.73 1.70 3/217 5387
/proc/meminfo: memFree=13699712/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14089220 memory=3175504 CPUtime=2391.11 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 100042 0 0 0 238794 317 0 0 20 0 15 0 44995807 14427361280 793876 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3522305 793876 3416 1 0 3483520 0
[pid=5232/tid=5233] ppid=5230 vsize=14089220 memory=1456 CPUtime=2379.78 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 51398 0 0 0 237727 251 0 0 20 0 15 0 44995807 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516494471208 140516117249058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14089220 memory=2934944 CPUtime=1.51 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 3451 0 0 0 144 7 0 0 20 0 15 0 44995808 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14089220 memory=2605976 CPUtime=1.5 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 2917 0 0 0 144 6 0 0 20 0 15 0 44995808 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14089220 memory=1892536 CPUtime=1.5 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 3606 0 0 0 144 6 0 0 20 0 15 0 44995808 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14089220 memory=1596464 CPUtime=1.49 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 3191 0 0 0 143 6 0 0 20 0 15 0 44995808 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14089220 memory=3144668 CPUtime=0.79 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 8566 0 0 0 68 11 0 0 20 0 15 0 44995809 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14089220 memory=3144668 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 793876 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14089220 memory=3144668 CPUtime=1.66 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 10036 0 0 0 165 1 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14089220 memory=1456 CPUtime=1.59 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 7451 0 0 0 158 1 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14089220 memory=55 CPUtime=0.49 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 6932 0 0 0 48 1 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14089220 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14089220 memory=8112282956445269571 CPUtime=0.69 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1107 0 0 0 28 41 0 0 20 0 15 0 44995813 14427361280 793876 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 2391.11 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 3176960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.2 s]
/proc/loadavg: 1.77 1.72 1.70 3/217 5465
/proc/meminfo: memFree=19713456/32770624 swapFree=67108860/67108860
[pid=5230] ppid=5227 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5230/stat : 5230 (xcsp3-exec) S 5227 5230 3395 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 44995807 115843072 364 33554432000 4194304 5098028 140721078545456 140721078543560 140103705043580 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14061568 140721078547515 140721078547716 140721078547716 140721078550474 0
/proc/5230/statm: 28282 364 307 221 0 87 0
[pid=5232] ppid=5230 vsize=14089220 memory=383924 CPUtime=2400.07 cores=0,2,4,6
/proc/5232/stat : 5232 (java) S 5230 5230 3395 0 -1 1077944320 103640 0 0 0 239685 322 0 0 20 0 15 0 44995807 14427361280 95981 33554432000 4194304 4196468 140734280280432 140734280262976 140516490231543 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
/proc/5232/statm: 3522305 95981 3416 1 0 3483520 0
[pid=5232/tid=5233] ppid=5230 vsize=14089220 memory=1836 CPUtime=2388.62 cores=0,2,4,6
/proc/5232/task/5233/stat : 5233 (java) R 5230 5230 3395 0 -1 4202560 53299 0 0 0 238607 255 0 0 20 0 15 0 44995807 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516494471440 140516116732105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5234] ppid=5230 vsize=14089220 memory=12976 CPUtime=1.53 cores=0,2,4,6
/proc/5232/task/5234/stat : 5234 (java) S 5230 5230 3395 0 -1 1077944384 3465 0 0 0 146 7 0 0 20 0 15 0 44995808 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516442852496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5235] ppid=5230 vsize=14089220 memory=8112282956445269571 CPUtime=1.52 cores=0,2,4,6
/proc/5232/task/5235/stat : 5235 (java) S 5230 5230 3395 0 -1 1077944384 2942 0 0 0 146 6 0 0 20 0 15 0 44995808 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516441799696 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5236] ppid=5230 vsize=14089220 memory=8372 CPUtime=1.52 cores=0,2,4,6
/proc/5232/task/5236/stat : 5236 (java) S 5230 5230 3395 0 -1 1077944384 3724 0 0 0 146 6 0 0 20 0 15 0 44995808 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516440746896 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5237] ppid=5230 vsize=14089220 memory=1708 CPUtime=1.51 cores=0,2,4,6
/proc/5232/task/5237/stat : 5237 (java) S 5230 5230 3395 0 -1 1077944384 3199 0 0 0 145 6 0 0 20 0 15 0 44995808 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516439694096 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5244] ppid=5230 vsize=14089220 memory=1456 CPUtime=0.82 cores=0,2,4,6
/proc/5232/task/5244/stat : 5244 (java) S 5230 5230 3395 0 -1 1077944384 10098 0 0 0 70 12 0 0 20 0 15 0 44995809 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516031613296 140516490242690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5248] ppid=5230 vsize=14089220 memory=383868 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5248/stat : 5248 (java) S 5230 5230 3395 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 95981 33554432000 4194304 4196468 140734280280432 140516030559264 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5249] ppid=5230 vsize=14089220 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5249/stat : 5249 (java) S 5230 5230 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 44995810 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515961987952 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5255] ppid=5230 vsize=14089220 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5255/stat : 5255 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515960936272 140516490250139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5256] ppid=5230 vsize=14089220 memory=1200 CPUtime=1.66 cores=0,2,4,6
/proc/5232/task/5256/stat : 5256 (java) S 5230 5230 3395 0 -1 1077944384 10036 0 0 0 165 1 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515959884656 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5257] ppid=5230 vsize=14089220 memory=1836 CPUtime=1.59 cores=0,2,4,6
/proc/5232/task/5257/stat : 5257 (java) S 5230 5230 3395 0 -1 1077944384 7451 0 0 0 158 1 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515958831856 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5258] ppid=5230 vsize=14089220 memory=12976 CPUtime=0.49 cores=0,2,4,6
/proc/5232/task/5258/stat : 5258 (java) S 5230 5230 3395 0 -1 1077944384 6932 0 0 0 48 1 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515957779056 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5259] ppid=5230 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5232/task/5259/stat : 5259 (java) S 5230 5230 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515956726496 140516490241749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
[pid=5232/tid=5260] ppid=5230 vsize=14089220 memory=1952 CPUtime=0.7 cores=0,2,4,6
/proc/5232/task/5260/stat : 5260 (java) S 5230 5230 3395 0 -1 1077944384 1107 0 0 0 28 42 0 0 20 0 15 0 44995813 14427361280 95981 33554432000 4194304 4196468 140734280280432 140515955673776 140516490242690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 28483584 140734280283265 140734280283441 140734280283441 140734280286159 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 385380 KiB

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

[startup+2391.21 s]
# the end of solver process 5230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001558 s, system=0.001241 s

[startup+2391.21 s]
# the end of solver process 5232 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.87 s, system=3.22865 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2391.21
CPU time (s): 2400.1
CPU user time (s): 2396.87
CPU system time (s): 3.22865
CPU usage (%): 100.372
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 3425896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.87
system time used= 3.22865
maximum resident set size= 3424440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69886
involuntary context switches= 3255


# summary of solver processes directly reported to runsolver:
#   pid: 5230,5232
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2396.87
#   total CPU system time (s): 3.22865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.163 second user time and 22.0269 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 17:45:26
IDJOB=4292490
IDBENCH=141020
IDSOLVER=2747
FILE ID=node107/4292490-1532274326
RUNJOBID= node107-1532271936-4846
PBS_JOBID= 21018963
Free space on /tmp= 55144 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_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-4292490-1532274326/watcher-4292490-1532274326 -o /tmp/evaluation-result-4292490-1532274326/solver-4292490-1532274326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4846 --watchdog 2560  HOME/xcsp3-exec -seed 776087801 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292490-1532274326.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=776087801

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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.40
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.40
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.40
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:        20164516 kB
MemAvailable:   31937900 kB
Buffers:          247256 kB
Cached:         11676492 kB
SwapCached:            0 kB
Active:          1558704 kB
Inactive:       10422288 kB
Active(anon):      60308 kB
Inactive(anon):    16860 kB
Active(file):    1498396 kB
Inactive(file): 10405428 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20444 kB
Writeback:            12 kB
AnonPages:         68448 kB
Mapped:            35368 kB
Shmem:             17036 kB
Slab:             324968 kB
SReclaimable:     298020 kB
SUnreclaim:        26948 kB
KernelStack:        3408 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55124 MiB
End job on node107 at 2018-07-22 18:25:18