Trace number 4403755

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT44 524.546 135.128

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark38.0272
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403755-1568990044.xml"  -tl '2520s' -p 4
0.10/0.19	c Choco 3fb4b153
0.10/0.19	c [HOME/instance-4403755-1568990044.xml, -tl, 2520s, -p, 4]
0.32/0.23	c 4 solvers in parallel
0.32/0.29	c parse instance...
2.56/1.05	c solve instance...
4.05/1.45	o 65 
4.43/1.56	o 61 
5.10/1.70	o 59 
7.81/2.90	o 57 
10.40/4.06	o 53 
12.70/5.05	o 52 
15.04/6.05	o 50 
25.58/8.85	o 47 
42.32/13.64	o 46 
49.22/15.41	o 45 
59.97/18.15	o 44 
524.51/135.12	s OPTIMUM FOUND
524.51/135.12	v <instantiation>
524.51/135.12	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
524.51/135.12	v 	<values>0 1 5 12 25 27 35 41 44 </values>
524.51/135.12	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403755-1568990044/watcher-4403755-1568990044 -o /var/tmp/evaluation-result-4403755-1568990044/solver-4403755-1568990044 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 650969 HOME/instance-4403755-1568990044.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=4382, runsolver pid=4379

[startup+0.100096 s]*
/proc/loadavg: 8.34 8.34 8.09 6/233 4398
/proc/meminfo: memFree=6747604/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15144776 memory=28512 CPUtime=0.1 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 5508 0 0 0 9 1 0 0 20 0 15 0 475259986 15508250624 7128 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3786194 7128 3146 1 0 3748377 0
[pid=4384/tid=4385] ppid=4382 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) R 4382 4382 1883 0 -1 4202560 3522 0 0 0 7 1 0 0 20 0 15 0 475259986 15508250624 7128 33554432000 4194304 4196468 140728361024800 139737190120608 139737169937765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259988 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259989 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736057934880 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259989 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736056882032 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259991 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 475259991 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259991 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0.01 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) R 4382 4382 1883 0 -1 4202560 267 0 0 0 1 0 0 0 20 0 15 0 475259991 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736052673136 139737185915482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259992 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259993 15508250624 7128 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29964 KiB

[startup+0.210965 s]*
/proc/loadavg: 8.34 8.34 8.09 7/233 4398
/proc/meminfo: memFree=6733496/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15144776 memory=41048 CPUtime=0.32 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 9430 0 0 0 29 3 0 0 20 0 15 0 475259986 15508250624 10262 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3786194 10262 3318 1 0 3748377 0
[pid=4384/tid=4385] ppid=4382 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) R 4382 4382 1883 0 -1 4202560 6568 0 0 0 16 3 0 0 20 0 15 0 475259986 15508250624 10262 33554432000 4194304 4196468 140728361024800 139737190126048 139737185916061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15144776 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15144776 memory=3472749431604065952 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259987 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475259988 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259989 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736057934880 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259989 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736056882032 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259991 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 713 0 0 0 3 0 0 0 20 0 15 0 475259991 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 475259991 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15144776 memory=139634615989888 CPUtime=0.07 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) R 4382 4382 1883 0 -1 4202560 768 0 0 0 7 0 0 0 20 0 15 0 475259991 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736052669088 139737164130847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259992 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259993 15508250624 10262 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42500 KiB

[startup+0.311047 s]*
/proc/loadavg: 8.34 8.34 8.09 7/233 4398
/proc/meminfo: memFree=6728868/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15149032 memory=49392 CPUtime=0.51 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 10667 0 0 0 47 4 0 0 20 0 15 0 475259986 15512608768 12348 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3787258 12348 3351 1 0 3748377 0
[pid=4384/tid=4385] ppid=4382 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) R 4382 4382 1883 0 -1 4202560 7641 0 0 0 26 3 0 0 20 0 15 0 475259986 15512608768 12348 33554432000 4194304 4196468 140728361024800 139737190125248 139737169974622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15512608768 12348 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15512608768 12348 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15512608768 12348 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259987 15512608768 12348 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475259988 15512608768 12348 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259989 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736057934880 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259989 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736056882032 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259991 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 721 0 0 0 4 0 0 0 20 0 15 0 475259991 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 15 0 475259991 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) S 4382 4382 1883 0 -1 1077944384 885 0 0 0 13 0 0 0 20 0 15 0 475259991 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736052673136 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259992 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259993 15512608768 12371 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50844 KiB

[startup+0.701773 s]
/proc/loadavg: 8.08 8.28 8.07 6/233 4398
/proc/meminfo: memFree=6715968/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15151156 memory=86500 CPUtime=1.54 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 14897 0 0 0 148 6 0 0 20 0 15 0 475259986 15514783744 21625 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3787789 21625 3455 1 0 3748889 0
[pid=4384/tid=4385] ppid=4382 vsize=15151156 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) R 4382 4382 1883 0 -1 4202560 9115 0 0 0 62 4 0 0 20 0 15 0 475259986 15514783744 21625 33554432000 4194304 4196468 140728361024800 139737190130896 139736782520492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15151156 memory=164 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259987 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259987 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15151156 memory=40228 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475259988 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259989 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736057934880 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259989 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736056882032 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15151156 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259991 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15151156 memory=1044 CPUtime=0.22 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) R 4382 4382 1883 0 -1 4202560 1386 0 0 0 22 0 0 0 20 0 15 0 475259991 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736054771928 139737167438632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15151156 memory=708 CPUtime=0.2 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) R 4382 4382 1883 0 -1 4202560 946 0 0 0 20 0 0 0 20 0 15 0 475259991 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736053711456 139737169390923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15151156 memory=9364 CPUtime=0.42 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) R 4382 4382 1883 0 -1 4202560 2141 0 0 0 42 0 0 0 20 0 15 0 475259991 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736052673136 139737169948187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15151156 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259992 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259993 15514783744 21625 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87952 KiB

[startup+1.50278 s]
/proc/loadavg: 8.08 8.28 8.07 9/233 4398
/proc/meminfo: memFree=6608832/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0

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

/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 792 0 0 0 0 7 0 0 20 0 19 0 475259993 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4444] ppid=4382 vsize=15419460 memory=111632 CPUtime=115.76 cores=1,3,5,7
/proc/4384/task/4444/stat : 4444 (java) R 4382 4382 1883 0 -1 4202560 690 0 0 0 11576 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736040533120 139736784923433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4445] ppid=4382 vsize=15419460 memory=3580 CPUtime=115.51 cores=1,3,5,7
/proc/4384/task/4445/stat : 4445 (java) R 4382 4382 1883 0 -1 4202560 2323 0 0 0 11551 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736039481296 139736784713864 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4446] ppid=4382 vsize=15419460 memory=40228 CPUtime=115.15 cores=1,3,5,7
/proc/4384/task/4446/stat : 4446 (java) R 4382 4382 1883 0 -1 4202560 3093 0 0 0 11514 1 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736041588736 139736786314496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4447] ppid=4382 vsize=15419460 memory=988 CPUtime=115.18 cores=1,3,5,7
/proc/4384/task/4447/stat : 4447 (java) R 4382 4382 1883 0 -1 4202560 1181 0 0 0 11518 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736038428776 139736784863844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 522.57 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 303212 KiB

[startup+134.802 s]
/proc/loadavg: 8.71 8.44 8.15 10/237 4457
/proc/meminfo: memFree=6437384/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15419460 memory=301760 CPUtime=524.16 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 88891 0 0 0 52372 44 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3854865 75440 3535 1 0 3815965 0
[pid=4384/tid=4385] ppid=4382 vsize=15419460 memory=15312 CPUtime=1.04 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) S 4382 4382 1883 0 -1 1077944384 10721 0 0 0 98 6 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 139737190134912 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15419460 memory=2120 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 2302 0 0 0 13 4 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15419460 memory=12036 CPUtime=0.18 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 4010 0 0 0 13 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15419460 memory=496 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 2160 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15419460 memory=708 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 1897 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15419460 memory=9364 CPUtime=0.04 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 2754 0 0 0 2 2 0 0 20 0 19 0 475259988 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15419460 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736057934944 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15419460 memory=776 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736056882048 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15419460 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15419460 memory=8080 CPUtime=3.33 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 20134 0 0 0 331 2 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15419460 memory=3624 CPUtime=3.74 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 17861 0 0 0 371 3 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15419460 memory=1556 CPUtime=0.93 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) S 4382 4382 1883 0 -1 1077944384 10743 0 0 0 92 1 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736052673136 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15419460 memory=301760 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259992 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15419460 memory=1452 CPUtime=0.07 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 792 0 0 0 0 7 0 0 20 0 19 0 475259993 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4444] ppid=4382 vsize=15419460 memory=308432 CPUtime=116.16 cores=1,3,5,7
/proc/4384/task/4444/stat : 4444 (java) R 4382 4382 1883 0 -1 4202560 690 0 0 0 11616 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736040533120 139736785799358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4445] ppid=4382 vsize=15419460 memory=321768 CPUtime=115.9 cores=1,3,5,7
/proc/4384/task/4445/stat : 4445 (java) R 4382 4382 1883 0 -1 4202560 2323 0 0 0 11590 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736039481296 139736784891303 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4446] ppid=4382 vsize=15419460 memory=8112282956445269571 CPUtime=115.55 cores=1,3,5,7
/proc/4384/task/4446/stat : 4446 (java) R 4382 4382 1883 0 -1 4202560 3093 0 0 0 11554 1 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736041588736 139736784936460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4447] ppid=4382 vsize=15419460 memory=2684 CPUtime=115.58 cores=1,3,5,7
/proc/4384/task/4447/stat : 4447 (java) R 4382 4382 1883 0 -1 4202560 1181 0 0 0 11558 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736038428776 139736786003418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 524.16 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 303212 KiB

[startup+135.001 s]*
/proc/loadavg: 8.71 8.44 8.15 6/237 4457
/proc/meminfo: memFree=6423148/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15419460 memory=301760 CPUtime=524.41 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 88930 0 0 0 52397 44 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3854865 75440 3535 1 0 3815965 0
[pid=4384/tid=4385] ppid=4382 vsize=15419460 memory=924 CPUtime=1.04 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) S 4382 4382 1883 0 -1 1077944384 10721 0 0 0 98 6 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 139737190134912 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15419460 memory=4126316290023845779 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 2302 0 0 0 13 4 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15419460 memory=1412 CPUtime=0.18 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 4010 0 0 0 13 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15419460 memory=3088 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 2160 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15419460 memory=1452 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 1897 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15419460 memory=308432 CPUtime=0.04 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 2754 0 0 0 2 2 0 0 20 0 19 0 475259988 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15419460 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736057934944 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15419460 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736056882048 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15419460 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15419460 memory=880 CPUtime=3.33 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 20134 0 0 0 331 2 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15419460 memory=4104 CPUtime=3.74 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 17861 0 0 0 371 3 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15419460 memory=1984 CPUtime=0.93 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) S 4382 4382 1883 0 -1 1077944384 10743 0 0 0 92 1 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736052673136 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15419460 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259992 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15419460 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 792 0 0 0 0 7 0 0 20 0 19 0 475259993 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4444] ppid=4382 vsize=15419460 memory=111632 CPUtime=116.17 cores=1,3,5,7
/proc/4384/task/4444/stat : 4444 (java) S 4382 4382 1883 0 -1 1077944384 714 0 0 0 11617 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736040538096 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4445] ppid=4382 vsize=15419460 memory=1452 CPUtime=115.91 cores=1,3,5,7
/proc/4384/task/4445/stat : 4445 (java) S 4382 4382 1883 0 -1 1077944384 2338 0 0 0 11591 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736039486800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4446] ppid=4382 vsize=15419460 memory=308432 CPUtime=115.76 cores=1,3,5,7
/proc/4384/task/4446/stat : 4446 (java) R 4382 4382 1883 0 -1 4202560 3093 0 0 0 11575 1 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736041588736 139736784713864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4447] ppid=4382 vsize=15419460 memory=988 CPUtime=115.6 cores=1,3,5,7
/proc/4384/task/4447/stat : 4447 (java) S 4382 4382 1883 0 -1 1077944384 1181 0 0 0 11560 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736038433872 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 524.41 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 303212 KiB

[startup+135.111 s]
/proc/loadavg: 8.71 8.44 8.15 6/237 4457
/proc/meminfo: memFree=6423148/32770624 swapFree=66952588/67108860
[pid=4382] ppid=4379 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4382/stat : 4382 (xcsp3-exec) S 4379 4382 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475259986 115843072 363 33554432000 4194304 5098028 140725750042096 140725750040200 140717157802620 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37240832 140725750043482 140725750043737 140725750043737 140725750046662 0
/proc/4382/statm: 28282 363 305 221 0 87 0
[pid=4384] ppid=4382 vsize=15419460 memory=301760 CPUtime=524.51 cores=1,3,5,7
/proc/4384/stat : 4384 (java) S 4382 4382 1883 0 -1 1077944320 88930 0 0 0 52407 44 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 140728361007344 139737185894135 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
/proc/4384/statm: 3854865 75440 3535 1 0 3815965 0
[pid=4384/tid=4385] ppid=4382 vsize=15419460 memory=1452 CPUtime=1.04 cores=1,3,5,7
/proc/4384/task/4385/stat : 4385 (java) S 4382 4382 1883 0 -1 1077944384 10721 0 0 0 98 6 0 0 20 0 19 0 475259986 15789527040 75440 33554432000 4194304 4196468 140728361024800 139737190134912 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4386] ppid=4382 vsize=15419460 memory=301760 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4386/stat : 4386 (java) S 4382 4382 1883 0 -1 1077944384 2302 0 0 0 13 4 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736777747600 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4387] ppid=4382 vsize=15419460 memory=301760 CPUtime=0.18 cores=1,3,5,7
/proc/4384/task/4387/stat : 4387 (java) S 4382 4382 1883 0 -1 1077944384 4010 0 0 0 13 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736776694800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4388] ppid=4382 vsize=15419460 memory=301760 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4388/stat : 4388 (java) S 4382 4382 1883 0 -1 1077944384 2160 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736775642000 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4389] ppid=4382 vsize=15419460 memory=345880 CPUtime=0.17 cores=1,3,5,7
/proc/4384/task/4389/stat : 4389 (java) S 4382 4382 1883 0 -1 1077944384 1897 0 0 0 12 5 0 0 20 0 19 0 475259987 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736774589200 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4390] ppid=4382 vsize=15419460 memory=1984 CPUtime=0.04 cores=1,3,5,7
/proc/4384/task/4390/stat : 4390 (java) S 4382 4382 1883 0 -1 1077944384 2754 0 0 0 2 2 0 0 20 0 19 0 475259988 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736058988912 139737185905282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4391] ppid=4382 vsize=15419460 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4391/stat : 4391 (java) S 4382 4382 1883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736057934944 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4392] ppid=4382 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4392/stat : 4392 (java) S 4382 4382 1883 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 475259989 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736056882048 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4393] ppid=4382 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4393/stat : 4393 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736055830352 139737185912731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4394] ppid=4382 vsize=15419460 memory=1452 CPUtime=3.33 cores=1,3,5,7
/proc/4384/task/4394/stat : 4394 (java) S 4382 4382 1883 0 -1 1077944384 20134 0 0 0 331 2 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736054778736 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4395] ppid=4382 vsize=15419460 memory=1452 CPUtime=3.74 cores=1,3,5,7
/proc/4384/task/4395/stat : 4395 (java) S 4382 4382 1883 0 -1 1077944384 17861 0 0 0 371 3 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736053725936 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4396] ppid=4382 vsize=15419460 memory=1452 CPUtime=0.93 cores=1,3,5,7
/proc/4384/task/4396/stat : 4396 (java) S 4382 4382 1883 0 -1 1077944384 10743 0 0 0 92 1 0 0 20 0 19 0 475259991 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736052673136 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4397] ppid=4382 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4384/task/4397/stat : 4397 (java) S 4382 4382 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259992 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736051620576 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4398] ppid=4382 vsize=15419460 memory=1452 CPUtime=0.07 cores=1,3,5,7
/proc/4384/task/4398/stat : 4398 (java) S 4382 4382 1883 0 -1 1077944384 792 0 0 0 0 7 0 0 20 0 19 0 475259993 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736050567856 139737185905282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4444] ppid=4382 vsize=15419460 memory=321768 CPUtime=116.17 cores=1,3,5,7
/proc/4384/task/4444/stat : 4444 (java) S 4382 4382 1883 0 -1 1077944384 714 0 0 0 11617 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736040538096 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4445] ppid=4382 vsize=15419460 memory=0 CPUtime=115.91 cores=1,3,5,7
/proc/4384/task/4445/stat : 4445 (java) S 4382 4382 1883 0 -1 1077944384 2338 0 0 0 11591 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736039486800 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4446] ppid=4382 vsize=15419460 memory=0 CPUtime=115.86 cores=1,3,5,7
/proc/4384/task/4446/stat : 4446 (java) R 4382 4382 1883 0 -1 4202560 3093 0 0 0 11585 1 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736041588736 139736787114128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
[pid=4384/tid=4447] ppid=4382 vsize=15419460 memory=0 CPUtime=115.6 cores=1,3,5,7
/proc/4384/task/4447/stat : 4447 (java) S 4382 4382 1883 0 -1 1077944384 1181 0 0 0 11560 0 0 0 20 0 19 0 475261801 15789527040 75440 33554432000 4194304 4196468 140728361024800 139736038433872 139737185904341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140728361030619 140728361030794 140728361030794 140728361033679 0
Current children cumulated CPU time: 524.51 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 303212 KiB

Child status: 0
Real time (s): 135.128
CPU time (s): 524.546
CPU user time (s): 524.09
CPU system time (s): 0.456219
CPU usage (%): 388.184
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 444588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.09
system time used= 0.456219
maximum resident set size= 445212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7048
involuntary context switches= 9755


# summary of solver processes directly reported to runsolver:
#   pid: 4382
#   total CPU time (s): 524.546
#   total CPU user time (s): 524.09
#   total CPU system time (s): 0.456219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.955352 second user time and 1.69381 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:32:03
IDJOB=4403755
IDBENCH=126243
IDSOLVER=2863
FILE ID=node107/4403755-1568990044
RUNJOBID= node107-1568983381-1916
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403755-1568990044/watcher-4403755-1568990044 -o /var/tmp/evaluation-result-4403755-1568990044/solver-4403755-1568990044 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 650969 HOME/instance-4403755-1568990044.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=650969

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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         6763304 kB
MemAvailable:   31106932 kB
Buffers:          144444 kB
Cached:         24096464 kB
SwapCached:        48712 kB
Active:         12763356 kB
Inactive:       12232636 kB
Active(anon):     708864 kB
Inactive(anon):    89604 kB
Active(file):   12054492 kB
Inactive(file): 12143032 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952588 kB
Dirty:             26216 kB
Writeback:             8 kB
AnonPages:        818632 kB
Mapped:            61072 kB
Shmem:             34896 kB
Slab:             603424 kB
SReclaimable:     574564 kB
SUnreclaim:        28860 kB
KernelStack:        3856 kB
PageTables:         7236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2507332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:34:18