Trace number 4399252

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-16OPT55 18.1515 5.16446

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark17.3915
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"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-4399252-1568695717.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco e747e1e
0.11/0.19	c [HOME/instance-4399252-1568695717.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
1.23/0.64	c solve instance...
1.55/0.76	o 80 
1.55/0.77	o 75 
1.55/0.78	o 73 
1.92/0.81	o 72 
1.92/0.82	o 70 
1.92/0.85	o 68 
2.31/0.91	o 66 
2.31/0.93	o 62 
3.50/1.27	o 60 
9.02/2.65	o 55 
17.75/4.89	s OPTIMUM FOUND
17.75/4.89	v <instantiation>
17.75/4.89	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
17.75/4.89	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
17.75/4.89	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399252-1568695717/watcher-4399252-1568695717 -o /tmp/evaluation-result-4399252-1568695717/solver-4399252-1568695717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1535501638 HOME/instance-4399252-1568695717.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=21831, runsolver pid=21828

[startup+0.100095 s]*
/proc/loadavg: 8.34 8.34 6.97 6/233 21847
/proc/meminfo: memFree=30018608/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15144776 memory=27376 CPUtime=0.11 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 5856 0 0 0 10 1 0 0 20 0 15 0 445509540 15508250624 6844 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3786194 6844 3117 1 0 3748377 0
[pid=21833/tid=21834] ppid=21831 vsize=15144776 memory=7100839878744900722 CPUtime=0.08 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) R 21831 21831 19836 0 -1 4202560 3733 0 0 0 7 1 0 0 20 0 15 0 445509540 15508250624 6844 33554432000 4194304 4196468 140723517297968 139657074072560 139657069858198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 6844 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509542 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445509543 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445509543 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656536036080 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509545 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) S 21831 21831 19836 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 445509545 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656533932784 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) S 21831 21831 19836 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 445509545 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0.01 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) R 21831 21831 19836 0 -1 4202560 387 0 0 0 1 0 0 0 20 0 15 0 445509545 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656531827184 139657047834640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509546 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509547 15508250624 6844 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28824 KiB

[startup+0.210661 s]*
/proc/loadavg: 8.34 8.34 6.97 7/233 21847
/proc/meminfo: memFree=30004724/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15144776 memory=39744 CPUtime=0.33 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 9652 0 0 0 30 3 0 0 20 0 15 0 445509540 15508250624 9936 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3786194 9936 3321 1 0 3748377 0
[pid=21833/tid=21834] ppid=21831 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) R 21831 21831 19836 0 -1 4202560 6669 0 0 0 17 2 0 0 20 0 15 0 445509540 15508250624 9936 33554432000 4194304 4196468 140723517297968 139657074078176 139657053926750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15144776 memory=2810770 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 9936 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15144776 memory=4049779938714404512 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445509542 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445509543 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445509543 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656536036080 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509545 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) R 21831 21831 19836 0 -1 4202560 415 0 0 0 2 0 0 0 20 0 15 0 445509545 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656533932784 139657069858198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) R 21831 21831 19836 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 445509545 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15144776 memory=139829514815104 CPUtime=0.07 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) R 21831 21831 19836 0 -1 4202560 855 0 0 0 7 0 0 0 20 0 15 0 445509545 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656531827184 139657069867610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509546 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) R 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509547 15508250624 9936 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41192 KiB

[startup+0.310721 s]*
/proc/loadavg: 8.34 8.34 6.97 8/233 21847
/proc/meminfo: memFree=30000040/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15149032 memory=48720 CPUtime=0.51 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 11006 0 0 0 47 4 0 0 20 0 15 0 445509540 15512608768 12180 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3787258 12180 3362 1 0 3748377 0
[pid=21833/tid=21834] ppid=21831 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) R 21831 21831 19836 0 -1 4202560 7742 0 0 0 26 3 0 0 20 0 15 0 445509540 15512608768 12180 33554432000 4194304 4196468 140723517297968 139657074077376 139657062524277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15512608768 12180 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509541 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445509541 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445509542 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445509543 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445509543 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656536036080 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509545 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) R 21831 21831 19836 0 -1 4202560 444 0 0 0 3 0 0 0 20 0 15 0 445509545 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656533923168 139657062083390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) R 21831 21831 19836 0 -1 1077944384 470 0 0 0 4 0 0 0 20 0 15 0 445509545 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) R 21831 21831 19836 0 -1 4202560 1045 0 0 0 12 0 0 0 20 0 15 0 445509545 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656531827184 139657053926750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445509546 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445509547 15512608768 12180 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50168 KiB

[startup+0.707178 s]
/proc/loadavg: 8.23 8.32 6.97 6/233 21847
/proc/meminfo: memFree=29979944/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15417412 memory=90308 CPUtime=1.55 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 15393 0 0 0 149 6 0 0 20 0 19 0 445509540 15787429888 22577 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3854353 22577 3453 1 0 3815453 0
[pid=21833/tid=21834] ppid=21831 vsize=15417412 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) S 21831 21831 19836 0 -1 1077944384 9372 0 0 0 58 4 0 0 20 0 19 0 445509540 15787429888 22577 33554432000 4194304 4196468 140723517297968 139657074087040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15417412 memory=32664 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509541 15787429888 22577 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445509541 15787429888 22577 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15417412 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509541 15787429888 22577 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15417412 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445509541 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15417412 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445509542 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15417412 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445509543 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15417412 memory=588 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445509543 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656536036080 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15417412 memory=780 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509545 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15417412 memory=1056 CPUtime=0.2 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) S 21831 21831 19836 0 -1 1077944384 1046 0 0 0 20 0 0 0 20 0 19 0 445509545 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656533932784 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15417412 memory=11620 CPUtime=0.22 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) R 21831 21831 19836 0 -1 1077944384 1189 0 0 0 22 0 0 0 20 0 19 0 445509545 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15417412 memory=3992 CPUtime=0.37 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) R 21831 21831 19836 0 -1 4202560 2313 0 0 0 37 0 0 0 20 0 19 0 445509545 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656531827184 139657062943099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15417412 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509546 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15417412 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509547 15787429888 22596 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 91756 KiB

[startup+1.50818 s]
/proc/loadavg: 8.23 8.32 6.97 12/237 21883
/proc/meminfo: memFree=29873092/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0

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

/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 27869 0 0 0 1132 10 0 0 20 0 19 0 445509540 15925850112 50160 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3888147 50160 3498 1 0 3849247 0
[pid=21833/tid=21834] ppid=21831 vsize=15552588 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) S 21831 21831 19836 0 -1 1077944384 9377 0 0 0 58 4 0 0 20 0 19 0 445509540 15925850112 50160 33554432000 4194304 4196468 140723517297968 139657074087040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15552588 memory=279658742910448 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 50160 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15552588 memory=7682475212697334586 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15552588 memory=1399103955520229747 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15552588 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15552588 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445509542 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15552588 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15552588 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656536036096 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15552588 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509545 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15552588 memory=0 CPUtime=1.88 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) R 21831 21831 19836 0 -1 4202560 6707 0 0 0 187 1 0 0 20 0 19 0 445509545 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656533918880 139657053231022 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15552588 memory=13412 CPUtime=2.13 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) R 21831 21831 19836 0 -1 4202560 5542 0 0 0 212 1 0 0 20 0 19 0 445509545 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656532866744 139657049071950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15552588 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) S 21831 21831 19836 0 -1 1077944384 3442 0 0 0 63 0 0 0 20 0 19 0 445509545 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656531827184 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15552588 memory=630 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509546 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509547 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21888] ppid=21831 vsize=15552588 memory=138722 CPUtime=0.52 cores=1,3,5,7
/proc/21833/task/21888/stat : 21888 (java) R 21831 21831 19836 0 -1 4202560 111 0 0 0 52 0 0 0 20 0 19 0 445509806 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656519687400 139656712117954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21889] ppid=21831 vsize=15552588 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/21833/task/21889/stat : 21889 (java) R 21831 21831 19836 0 -1 4202560 76 0 0 0 33 0 0 0 20 0 19 0 445509806 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656517584808 139656711234902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21890] ppid=21831 vsize=15552588 memory=5 CPUtime=0.25 cores=1,3,5,7
/proc/21833/task/21890/stat : 21890 (java) R 21831 21831 19836 0 -1 4202560 119 0 0 0 25 0 0 0 20 0 19 0 445509806 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656516530552 139656711899109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21891] ppid=21831 vsize=15552588 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/21833/task/21891/stat : 21891 (java) R 21831 21831 19836 0 -1 4202560 134 0 0 0 31 0 0 0 20 0 19 0 445509806 15925850112 50160 33554432000 4194304 4196468 140723517297968 139656515477928 139656710590108 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 11.42 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 202088 KiB

[startup+4.00218 s]*
/proc/loadavg: 8.23 8.32 6.97 11/237 21891
/proc/meminfo: memFree=29836612/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15552588 memory=205340 CPUtime=14.61 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 29353 0 0 0 1451 10 0 0 20 0 19 0 445509540 15925850112 51335 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3888147 51335 3500 1 0 3849247 0
[pid=21833/tid=21834] ppid=21831 vsize=15552588 memory=8317482817917895235 CPUtime=0.62 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) S 21831 21831 19836 0 -1 1077944384 9377 0 0 0 58 4 0 0 20 0 19 0 445509540 15925850112 51335 33554432000 4194304 4196468 140723517297968 139657074087040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51335 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15552588 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15552588 memory=3618413826336110645 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15552588 memory=3762669926293600181 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 445509542 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15552588 memory=3546338622648098863 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15552588 memory=4640748753518612560 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656536036096 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15552588 memory=7156598471106194022 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509545 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15552588 memory=0 CPUtime=2.11 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) R 21831 21831 19836 0 -1 4202560 7279 0 0 0 210 1 0 0 20 0 19 0 445509545 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656533933080 139657047822872 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15552588 memory=-1 CPUtime=2.27 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) S 21831 21831 19836 0 -1 1077944384 5686 0 0 0 226 1 0 0 20 0 19 0 445509545 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15552588 memory=2315025359949117153 CPUtime=0.66 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) S 21831 21831 19836 0 -1 1077944384 3644 0 0 0 66 0 0 0 20 0 19 0 445509545 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656531827184 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15552588 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509546 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15552588 memory=3472425288766428912 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 445509547 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21888] ppid=21831 vsize=15552588 memory=3539889991531966775 CPUtime=1.26 cores=1,3,5,7
/proc/21833/task/21888/stat : 21888 (java) R 21831 21831 19836 0 -1 4202560 192 0 0 0 126 0 0 0 20 0 19 0 445509806 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656519687576 139656712043030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21889] ppid=21831 vsize=15552588 memory=3472468125742495408 CPUtime=1.02 cores=1,3,5,7
/proc/21833/task/21889/stat : 21889 (java) R 21831 21831 19836 0 -1 4202560 218 0 0 0 102 0 0 0 20 0 19 0 445509806 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656517583176 139656712072594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21890] ppid=21831 vsize=15552588 memory=3472592183261933599 CPUtime=0.92 cores=1,3,5,7
/proc/21833/task/21890/stat : 21890 (java) R 21831 21831 19836 0 -1 4202560 396 0 0 0 92 0 0 0 20 0 19 0 445509806 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656516528712 139656710589984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21891] ppid=21831 vsize=15552588 memory=7739541956884261220 CPUtime=1.01 cores=1,3,5,7
/proc/21833/task/21891/stat : 21891 (java) R 21831 21831 19836 0 -1 4202560 176 0 0 0 101 0 0 0 20 0 19 0 445509806 15925850112 51335 33554432000 4194304 4196468 140723517297968 139656515478536 139656711131618 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 206788 KiB

[startup+4.80118 s]
/proc/loadavg: 8.23 8.32 6.97 11/237 21891
/proc/meminfo: memFree=29836612/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
[pid=21833] ppid=21831 vsize=15552588 memory=207572 CPUtime=17.75 cores=1,3,5,7
/proc/21833/stat : 21833 (java) S 21831 21831 19836 0 -1 1077944320 30512 0 0 0 1765 10 0 0 20 0 19 0 445509540 15925850112 51893 33554432000 4194304 4196468 140723517297968 140723517280512 139657069846263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
/proc/21833/statm: 3888147 51893 3517 1 0 3849247 0
[pid=21833/tid=21834] ppid=21831 vsize=15552588 memory=6791534058613427641 CPUtime=0.62 cores=1,3,5,7
/proc/21833/task/21834/stat : 21834 (java) S 21831 21831 19836 0 -1 1077944384 9377 0 0 0 58 4 0 0 20 0 19 0 445509540 15925850112 51893 33554432000 4194304 4196468 140723517297968 139657074087040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21835] ppid=21831 vsize=15552588 memory=279658743142176 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21835/stat : 21835 (java) S 21831 21831 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51893 33554432000 4194304 4196468 140723517297968 139657037405200 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21836] ppid=21831 vsize=15552588 memory=7372787793206927724 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21836/stat : 21836 (java) S 21831 21831 19836 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656660970640 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21837] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21837/stat : 21837 (java) S 21831 21831 19836 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656659917584 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21838] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21838/stat : 21838 (java) S 21831 21831 19836 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 445509541 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656658865040 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21839] ppid=21831 vsize=15552588 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21839/stat : 21839 (java) S 21831 21831 19836 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 19 0 445509542 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656538142960 139657069857410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21840] ppid=21831 vsize=15552588 memory=2811064 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21840/stat : 21840 (java) S 21831 21831 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656537089184 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21841] ppid=21831 vsize=15552588 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21841/stat : 21841 (java) S 21831 21831 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445509543 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656536036096 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21842] ppid=21831 vsize=15552588 memory=198988 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21842/stat : 21842 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509545 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656534984656 139657069864859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21843] ppid=21831 vsize=15552588 memory=0 CPUtime=2.26 cores=1,3,5,7
/proc/21833/task/21843/stat : 21843 (java) S 21831 21831 19836 0 -1 1077944384 7529 0 0 0 225 1 0 0 20 0 19 0 445509545 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656533932784 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21844] ppid=21831 vsize=15552588 memory=0 CPUtime=2.44 cores=1,3,5,7
/proc/21833/task/21844/stat : 21844 (java) S 21831 21831 19836 0 -1 1077944384 6244 0 0 0 243 1 0 0 20 0 19 0 445509545 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656532880240 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21845] ppid=21831 vsize=15552588 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/21833/task/21845/stat : 21845 (java) S 21831 21831 19836 0 -1 1077944384 3725 0 0 0 67 0 0 0 20 0 19 0 445509545 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656531827184 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21846] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21846/stat : 21846 (java) S 21831 21831 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445509546 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656530774880 139657069856469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21847] ppid=21831 vsize=15552588 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21833/task/21847/stat : 21847 (java) S 21831 21831 19836 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 445509547 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656529721904 139657069857410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21888] ppid=21831 vsize=15552588 memory=0 CPUtime=1.88 cores=1,3,5,7
/proc/21833/task/21888/stat : 21888 (java) R 21831 21831 19836 0 -1 4202560 201 0 0 0 188 0 0 0 20 0 19 0 445509806 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656519687640 139656712277607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21889] ppid=21831 vsize=15552588 memory=1448 CPUtime=1.81 cores=1,3,5,7
/proc/21833/task/21889/stat : 21889 (java) R 21831 21831 19836 0 -1 4202560 257 0 0 0 181 0 0 0 20 0 19 0 445509806 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656517582680 139656712116931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21890] ppid=21831 vsize=15552588 memory=74820 CPUtime=1.69 cores=1,3,5,7
/proc/21833/task/21890/stat : 21890 (java) R 21831 21831 19836 0 -1 4202560 435 0 0 0 169 0 0 0 20 0 19 0 445509806 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656516529304 139656710210562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
[pid=21833/tid=21891] ppid=21831 vsize=15552588 memory=14136632290838955 CPUtime=1.64 cores=1,3,5,7
/proc/21833/task/21891/stat : 21891 (java) R 21831 21831 19836 0 -1 4202560 185 0 0 0 164 0 0 0 20 0 19 0 445509806 15925850112 51893 33554432000 4194304 4196468 140723517297968 139656515478600 139656711235440 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140723517301743 140723517301914 140723517301914 140723517304783 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 15665716 KiB
Current children cumulated memory: 209020 KiB

[startup+5.00035 s]*
/proc/loadavg: 8.23 8.32 6.97 5/220 21891
/proc/meminfo: memFree=30016836/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+5.1096 s]
/proc/loadavg: 8.23 8.32 6.97 5/220 21891
/proc/meminfo: memFree=30016836/32770624 swapFree=66922404/67108860
[pid=21831] ppid=21828 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21831/stat : 21831 (xcsp3-exec) S 21828 21831 19836 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445509540 115843072 362 33554432000 4194304 5098028 140728315809696 140728315807800 140211223196284 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12382208 140728315818874 140728315819117 140728315819117 140728315822026 0
/proc/21831/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 5.16446
CPU time (s): 18.1515
CPU user time (s): 18.0382
CPU system time (s): 0.113344
CPU usage (%): 351.47
Max. virtual memory (cumulated for all children) (KiB): 15665716
Max. memory (cumulated for all children) (KiB): 209020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0382
system time used= 0.113344
maximum resident set size= 209984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2754
involuntary context switches= 881


# summary of solver processes directly reported to runsolver:
#   pid: 21831
#   total CPU time (s): 18.1515
#   total CPU user time (s): 18.0382
#   total CPU system time (s): 0.113344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.102676 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 06:47:55
IDJOB=4399252
IDBENCH=126224
IDSOLVER=2853
FILE ID=node141/4399252-1568695717
RUNJOBID= node141-1568694133-19868
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399252-1568695717/watcher-4399252-1568695717 -o /tmp/evaluation-result-4399252-1568695717/solver-4399252-1568695717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1535501638 HOME/instance-4399252-1568695717.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1535501638

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30033480 kB
MemAvailable:   30964508 kB
Buffers:          227256 kB
Cached:          1000452 kB
SwapCached:        77768 kB
Active:          1450704 kB
Inactive:         723644 kB
Active(anon):     874916 kB
Inactive(anon):   114804 kB
Active(file):     575788 kB
Inactive(file):   608840 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922404 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:        959744 kB
Mapped:            56152 kB
Shmem:             34584 kB
Slab:             155424 kB
SReclaimable:     124472 kB
SUnreclaim:        30952 kB
KernelStack:        4144 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1844228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 06:48:00