Trace number 4270087

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 4.0.5 seq (2017-08-09)SAT (TO)1000 248.765 240.026

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark432
Best CPU time to get the best result obtained on this benchmark249.993
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270087-1502621987.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4270087-1502621987.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
5.96/2.07	c solve instance...
186.18/177.66	o 1000 
248.73/240.01	s SATISFIABLE
248.73/240.01	v <instantiation>
248.73/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] </list>
248.73/240.01	v 	<values>0 7 15 24 34 45 57 70 86 117 135 161 175 212 260 299 319 994 995 998 1000 </values>
248.73/240.01	v </instantiation>
248.73/240.01	c Unexpected resolution interruption!

Verifier Data

OK	1000

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 (13754 MiB free)
  memory of node 1: 16384 MiB (14262 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270087-1502621987/watcher-4270087-1502621987 -o /tmp/evaluation-result-4270087-1502621987/solver-4270087-1502621987 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8347 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1087785525 HOME/instance-4270087-1502621987.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=9363, runsolver pid=9360

[startup+0.100149 s]*
/proc/loadavg: 1.87 1.85 1.74 3/217 9379
/proc/meminfo: memFree=28671160/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13978596 memory=28344 CPUtime=0.12 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 5429 0 0 0 11 1 0 0 20 0 15 0 95279773 14314082304 7086 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3494649 7086 2886 1 0 3482966 0
[pid=9365/tid=9366] ppid=9363 vsize=13978596 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 3397 0 0 0 8 1 0 0 20 0 15 0 95279773 14314082304 7086 33554432000 4194304 4196468 140735867017840 139699304761504 139699286217000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13978596 memory=3472468197385856208 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14314082304 7086 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13978596 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14314082304 7086 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14314082304 7086 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14314082304 7086 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279775 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279776 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698412693152 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279776 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698411640048 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 95279778 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13978596 memory=140068490704512 CPUtime=0.01 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) R 9363 9363 6338 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 95279778 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698407430128 139699278636689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13978596 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279779 14314082304 7086 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29724 KiB

[startup+0.210689 s]*
/proc/loadavg: 1.87 1.85 1.74 4/217 9379
/proc/meminfo: memFree=28659856/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13982852 memory=40108 CPUtime=0.33 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 8170 0 0 0 31 2 0 0 20 0 15 0 95279773 14318440448 10027 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3495713 10027 3048 1 0 3482966 0
[pid=9365/tid=9366] ppid=9363 vsize=13982852 memory=4790596700399117203 CPUtime=0.2 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 5389 0 0 0 18 2 0 0 20 0 15 0 95279773 14318440448 10027 33554432000 4194304 4196468 140735867017840 139699304737856 139699284616542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13982852 memory=3472468197385856208 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 10027 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13982852 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 10027 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 10027 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 10027 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13982852 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279775 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279776 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698412693152 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279776 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698411640048 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 577 0 0 0 2 0 0 0 20 0 15 0 95279778 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 95279778 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13982852 memory=140068490704512 CPUtime=0.08 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) R 9363 9363 6338 0 -1 4202560 698 0 0 0 8 0 0 0 20 0 15 0 95279778 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698407430128 139699292773182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13982852 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279779 14318440448 10027 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41488 KiB

[startup+0.313377 s]*
/proc/loadavg: 1.87 1.85 1.74 4/217 9379
/proc/meminfo: memFree=28652784/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13982852 memory=47776 CPUtime=0.53 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 9058 0 0 0 50 3 0 0 20 0 15 0 95279773 14318440448 11944 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3495713 11944 3126 1 0 3482966 0
[pid=9365/tid=9366] ppid=9363 vsize=13982852 memory=-8976644418600983157 CPUtime=0.3 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 5924 0 0 0 28 2 0 0 20 0 15 0 95279773 14318440448 11944 33554432000 4194304 4196468 140735867017840 139699304774208 139698930456544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13982852 memory=3472468197385856208 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 11944 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13982852 memory=140068490704512 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 11944 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13982852 memory=7 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 11944 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13982852 memory=140068346013727 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318440448 11944 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13982852 memory=280136692006688 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279775 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13982852 memory=140068345990671 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279776 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698412693152 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13982852 memory=280136836704352 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279776 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698411640048 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13982852 memory=140068345995279 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) R 9363 9363 6338 0 -1 1077944384 669 0 0 0 4 0 0 0 20 0 15 0 95279778 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) R 9363 9363 6338 0 -1 4202560 331 0 0 0 3 0 0 0 20 0 15 0 95279778 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698408483184 139699278939554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) R 9363 9363 6338 0 -1 4202560 832 0 0 0 13 0 0 0 20 0 15 0 95279778 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698407427064 139699284616542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13982852 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279779 14318440448 11944 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49156 KiB

[startup+0.701414 s]
/proc/loadavg: 1.87 1.85 1.74 7/217 9379
/proc/meminfo: memFree=28629272/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13982928 memory=126392 CPUtime=1.72 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 11872 0 0 0 167 5 0 0 20 0 15 0 95279773 14318518272 31598 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3495732 31598 3198 1 0 3482966 0
[pid=9365/tid=9366] ppid=9363 vsize=13982928 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 6236 0 0 0 64 3 0 0 20 0 15 0 95279773 14318518272 31598 33554432000 4194304 4196468 140735867017840 139699304771872 139698931973608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13982928 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318518272 31598 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13982928 memory=7588935152971043925 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318518272 31598 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13982928 memory=8041645962788481611 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279774 14318518272 31598 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13982928 memory=8326441112149131693 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95279774 14318518272 31598 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13982928 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95279775 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13982928 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95279776 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698412693152 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13982928 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95279776 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698411640048 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13982928 memory=28012 CPUtime=0.37 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) R 9363 9363 6338 0 -1 4202560 1649 0 0 0 37 0 0 0 20 0 15 0 95279778 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698409522272 139699285459292 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13982928 memory=2428 CPUtime=0.38 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) R 9363 9363 6338 0 -1 4202560 1179 0 0 0 38 0 0 0 20 0 15 0 95279778 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698408469936 139699280191274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13982928 memory=1292 CPUtime=0.27 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) S 9363 9363 6338 0 -1 1077944384 1501 0 0 0 27 0 0 0 20 0 15 0 95279778 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698407430128 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13982928 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13982928 memory=7453282923511834215 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95279779 14318518272 31598 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 127772 KiB

[startup+1.50089 s]
/proc/loadavg: 1.87 1.85 1.74 5/217 9379
/proc/meminfo: memFree=28505032/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0

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

/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698411640064 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13984976 memory=427 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13984976 memory=2428 CPUtime=2.73 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 9582 0 0 0 272 1 0 0 20 0 15 0 95279778 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13984976 memory=1292 CPUtime=2.65 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 8554 0 0 0 264 1 0 0 20 0 15 0 95279778 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13984976 memory=501276 CPUtime=0.68 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) S 9363 9363 6338 0 -1 1077944384 3800 0 0 0 67 1 0 0 20 0 15 0 95279778 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698407430128 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13984976 memory=501268 CPUtime=0.05 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 203 0 0 0 2 3 0 0 20 0 15 0 95279779 14320615424 166693 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 110.5 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 668152 KiB

[startup+162.301 s]
/proc/loadavg: 2.02 1.94 1.79 3/217 9459
/proc/meminfo: memFree=27862252/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13984976 memory=852940 CPUtime=170.86 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 42826 0 0 0 17043 43 0 0 20 0 15 0 95279773 14320615424 213235 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3496244 213235 3272 1 0 3483478 0
[pid=9365/tid=9366] ppid=9363 vsize=13984976 memory=852940 CPUtime=160.74 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 11055 0 0 0 16065 9 0 0 20 0 15 0 95279773 14320615424 213235 33554432000 4194304 4196468 140735867017840 139699304772656 139698936608665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13984976 memory=852940 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 1113 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213235 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 252 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213235 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13984976 memory=852940 CPUtime=0.66 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 241 0 0 0 61 5 0 0 20 0 15 0 95279774 14320615424 213235 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13984976 memory=852940 CPUtime=0.71 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 352 0 0 0 65 6 0 0 20 0 15 0 95279774 14320615424 213235 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13984976 memory=852940 CPUtime=0.8 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 3438 0 0 0 80 0 0 0 20 0 15 0 95279775 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698412693216 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698411640064 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13984976 memory=852940 CPUtime=2.92 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 9974 0 0 0 291 1 0 0 20 0 15 0 95279778 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13984976 memory=852940 CPUtime=2.74 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 9175 0 0 0 273 1 0 0 20 0 15 0 95279778 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.72 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) S 9363 9363 6338 0 -1 1077944384 5658 0 0 0 71 1 0 0 20 0 15 0 95279778 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698407430128 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13984976 memory=852940 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13984976 memory=12064 CPUtime=0.09 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 247 0 0 0 4 5 0 0 20 0 15 0 95279779 14320615424 213235 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 170.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854320 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 1.95 1.81 3/217 9460
/proc/meminfo: memFree=27847424/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13984976 memory=852972 CPUtime=231.02 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 47891 0 0 0 23056 46 0 0 20 0 15 0 95279773 14320615424 213243 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3496244 213243 3272 1 0 3483478 0
[pid=9365/tid=9366] ppid=9363 vsize=13984976 memory=852972 CPUtime=220.75 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 12635 0 0 0 22066 9 0 0 20 0 15 0 95279773 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699304771376 139698936141862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13984976 memory=852972 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 1113 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 252 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13984976 memory=852972 CPUtime=0.66 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 241 0 0 0 61 5 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13984976 memory=852972 CPUtime=0.71 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 352 0 0 0 65 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.81 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 3474 0 0 0 80 1 0 0 20 0 15 0 95279775 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13984976 memory=852972 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698412693216 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13984976 memory=852972 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698411640064 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13984976 memory=852972 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13984976 memory=4096 CPUtime=2.99 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 11545 0 0 0 298 1 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13984976 memory=0 CPUtime=2.76 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 9775 0 0 0 274 2 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.73 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) S 9363 9363 6338 0 -1 1077944384 6889 0 0 0 72 1 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698407430128 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13984976 memory=636 CPUtime=0.13 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 294 0 0 0 5 8 0 0 20 0 15 0 95279779 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 231.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854352 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.01 1.95 1.81 3/217 9460
/proc/meminfo: memFree=27847424/32770624 swapFree=67108860/67108860
[pid=9363] ppid=9360 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9363/stat : 9363 (xcsp3-exec) S 9360 9363 6338 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 95279772 9740288 345 33554432000 4194304 5098028 140729781567024 140729781565128 140122809172604 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14065664 140729781568628 140729781568832 140729781568832 140729781571563 0
/proc/9363/statm: 2378 345 289 221 0 87 0
[pid=9365] ppid=9363 vsize=13984976 memory=852972 CPUtime=248.73 cores=1,3,5,7
/proc/9365/stat : 9365 (java) S 9363 9363 6338 0 -1 1077944320 48009 0 0 0 24827 46 0 0 20 0 15 0 95279773 14320615424 213243 33554432000 4194304 4196468 140735867017840 140735867000384 139699300536055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
/proc/9365/statm: 3496244 213243 3272 1 0 3483478 0
[pid=9365/tid=9366] ppid=9363 vsize=13984976 memory=8112282956445269571 CPUtime=238.46 cores=1,3,5,7
/proc/9365/task/9366/stat : 9366 (java) R 9363 9363 6338 0 -1 4202560 12743 0 0 0 23837 9 0 0 20 0 15 0 95279773 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699304771376 139698935763155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9367] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9367/stat : 9367 (java) S 9363 9363 6338 0 -1 1077944384 1113 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699253156368 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9368] ppid=9363 vsize=13984976 memory=852972 CPUtime=0.69 cores=1,3,5,7
/proc/9365/task/9368/stat : 9368 (java) S 9363 9363 6338 0 -1 1077944384 252 0 0 0 63 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699252103824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9369] ppid=9363 vsize=13984976 memory=1380 CPUtime=0.66 cores=1,3,5,7
/proc/9365/task/9369/stat : 9369 (java) S 9363 9363 6338 0 -1 1077944384 241 0 0 0 61 5 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699251050768 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9370] ppid=9363 vsize=13984976 memory=-7003737579269690708 CPUtime=0.71 cores=1,3,5,7
/proc/9365/task/9370/stat : 9370 (java) S 9363 9363 6338 0 -1 1077944384 352 0 0 0 65 6 0 0 20 0 15 0 95279774 14320615424 213243 33554432000 4194304 4196468 140735867017840 139699249998224 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9371] ppid=9363 vsize=13984976 memory=1292 CPUtime=0.81 cores=1,3,5,7
/proc/9365/task/9371/stat : 9371 (java) S 9363 9363 6338 0 -1 1077944384 3476 0 0 0 80 1 0 0 20 0 15 0 95279775 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698413746928 139699300547202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9372] ppid=9363 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9372/stat : 9372 (java) S 9363 9363 6338 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698412693216 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9373] ppid=9363 vsize=13984976 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9373/stat : 9373 (java) S 9363 9363 6338 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95279776 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698411640064 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9374] ppid=9363 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9374/stat : 9374 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698410588624 139699300554651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9375] ppid=9363 vsize=13984976 memory=1004 CPUtime=2.99 cores=1,3,5,7
/proc/9365/task/9375/stat : 9375 (java) S 9363 9363 6338 0 -1 1077944384 11547 0 0 0 298 1 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698409535728 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9376] ppid=9363 vsize=13984976 memory=1228 CPUtime=2.76 cores=1,3,5,7
/proc/9365/task/9376/stat : 9376 (java) S 9363 9363 6338 0 -1 1077944384 9777 0 0 0 274 2 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698408483184 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9377] ppid=9363 vsize=13984976 memory=1952 CPUtime=0.73 cores=1,3,5,7
/proc/9365/task/9377/stat : 9377 (java) S 9363 9363 6338 0 -1 1077944384 6891 0 0 0 72 1 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698407430128 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9378] ppid=9363 vsize=13984976 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/9365/task/9378/stat : 9378 (java) S 9363 9363 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95279778 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698406377824 139699300546261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
[pid=9365/tid=9379] ppid=9363 vsize=13984976 memory=4616 CPUtime=0.14 cores=1,3,5,7
/proc/9365/task/9379/stat : 9379 (java) S 9363 9363 6338 0 -1 1077944384 296 0 0 0 6 8 0 0 20 0 15 0 95279779 14320615424 213243 33554432000 4194304 4196468 140735867017840 139698405325872 139699300547202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17903616 140735867020445 140735867020620 140735867020620 140735867023311 0
Current children cumulated CPU time: 248.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854352 KiB

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

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

[startup+240.026 s]
# the end of solver process 9365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.288 s, system=0.477231 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): 240.026
CPU time (s): 248.765
CPU user time (s): 248.288
CPU system time (s): 0.477231
CPU usage (%): 103.641
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 854352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.288
system time used= 0.477231
maximum resident set size= 860248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8141
involuntary context switches= 124


# summary of solver processes directly reported to runsolver:
#   pid: 9363,9365
#   total CPU time (s): 248.765
#   total CPU user time (s): 248.288
#   total CPU system time (s): 0.477231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6071 second user time and 2.38204 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 12:45:29
IDJOB=4270087
IDBENCH=126250
IDSOLVER=2661
FILE ID=node148/4270087-1502621987
RUNJOBID= node148-1502619919-8347
PBS_JOBID= 20628305
Free space on /tmp= 61608 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270087-1502621987/watcher-4270087-1502621987 -o /tmp/evaluation-result-4270087-1502621987/solver-4270087-1502621987 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502619919-8347 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1087785525 HOME/instance-4270087-1502621987.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=1087785525

node148.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.19
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.19
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.19
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.19
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:        28688232 kB
MemAvailable:   31768532 kB
Buffers:          189536 kB
Cached:          3180708 kB
SwapCached:            0 kB
Active:           971680 kB
Inactive:        2676196 kB
Active(anon):     228644 kB
Inactive(anon):    76924 kB
Active(file):     743036 kB
Inactive(file):  2599272 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8732 kB
Writeback:            48 kB
AnonPages:        281696 kB
Mapped:            55572 kB
Shmem:             25224 kB
Slab:             134028 kB
SReclaimable:     107652 kB
SUnreclaim:        26376 kB
KernelStack:        3648 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1424464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-13 12:49:29