Trace number 4272012

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 5a (2017-07-26)OPT34 38.617599 30.7864

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33821699
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272012-1502771341.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4272012-1502771341.xml, -tl, 2520s, -p, 1, -x, 3]
0.21/0.37	c simple solver
0.37/0.44	c parse instance...
0.76/0.64	c solve instance...
1.03/0.71	o 500 
1.03/0.72	o 46 
1.03/0.73	o 44 
1.03/0.74	o 41 
1.03/0.80	o 40 
1.42/0.81	o 37 
1.72/0.93	o 35 
32.45/24.82	o 34 
38.53/30.76	s OPTIMUM FOUND
38.53/30.76	v <instantiation>
38.53/30.76	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
38.53/30.76	v 	<values>0 2 12 19 25 30 33 34 2 12 19 25 30 33 34 10 17 23 28 31 32 7 13 18 21 22 6 11 14 15 5 8 9 3 4 1 </values>
38.53/30.76	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272012-1502771341/watcher-4272012-1502771341 -o /tmp/evaluation-result-4272012-1502771341/solver-4272012-1502771341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315384345 HOME/instance-4272012-1502771341.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=663, runsolver pid=660

[startup+0.100061 s]*
/proc/loadavg: 1.59 1.55 1.52 3/198 665
/proc/meminfo: memFree=30599476/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=356952 memory=7520 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 1673 0 0 0 0 0 0 0 20 0 2 0 79354796 365518848 1880 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 89238 1880 1035 1 0 79208 0
[pid=665/tid=666] ppid=663 vsize=11657624 memory=7022364594140610616 CPUtime=0 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 903 0 0 0 0 0 0 0 20 0 2 0 79354796 11937406976 2340 18446744073709551615 4194304 4196468 140728818732608 139697751984544 139697740031904 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 366464 KiB
Current children cumulated memory: 8896 KiB

[startup+0.209561 s]*
/proc/loadavg: 1.59 1.55 1.52 2/211 678
/proc/meminfo: memFree=30589340/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13907304 memory=20964 CPUtime=0.05 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 4628 0 0 0 4 1 0 0 20 0 14 0 79354796 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3476826 5241 2574 1 0 3466323 0
[pid=665/tid=666] ppid=663 vsize=13907304 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) D 663 663 897 0 -1 4202560 2806 0 0 0 4 0 0 0 20 0 14 0 79354796 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139697751979936 139697747764477 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13907304 memory=4294979915 CPUtime=0 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 79354797 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13907304 memory=140314879924861 CPUtime=0 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 79354797 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 79354797 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 79354797 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13907304 memory=140314879469184 CPUtime=0 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 79354798 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 79354799 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 79354799 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 79354801 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 79354801 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) S 663 663 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 79354801 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13907304 memory=140314879469184 CPUtime=0 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 79354801 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 79354801 14241079296 5241 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22340 KiB

[startup+0.312415 s]*
/proc/loadavg: 1.59 1.55 1.52 3/212 679
/proc/meminfo: memFree=30580188/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13974352 memory=31720 CPUtime=0.21 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 6337 0 0 0 20 1 0 0 20 0 15 0 79354796 14309736448 7930 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3493588 7930 2964 1 0 3482964 0
[pid=665/tid=666] ppid=663 vsize=13975376 memory=1398720917958146503 CPUtime=0.13 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 3854 0 0 0 12 1 0 0 20 0 15 0 79354796 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139697751964832 139697740422173 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79354797 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79354798 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79354799 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79354799 14310785024 8194 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14311768064 8194 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13976336 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 552 0 0 0 1 0 0 0 20 0 15 0 79354801 14311768064 8194 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13976336 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) S 663 663 897 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 15 0 79354801 14311768064 8260 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13976336 memory=140314879469184 CPUtime=0.05 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 745 0 0 0 5 0 0 0 20 0 15 0 79354801 14311768064 8260 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13976336 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14311768064 8260 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13976336 memory=140314879469184 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354809 14311768064 8260 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33096 KiB

[startup+0.700725 s]
/proc/loadavg: 1.59 1.55 1.52 4/212 679
/proc/meminfo: memFree=30563948/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=62656 CPUtime=1.03 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 13030 0 0 0 99 4 0 0 20 0 15 0 79354796 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 15664 3170 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=1228 CPUtime=0.51 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 8826 0 0 0 48 3 0 0 20 0 15 0 79354796 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139697751976896 139697747763802 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79354798 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 1107 0 0 0 14 0 0 0 20 0 15 0 79354801 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) R 663 663 897 0 -1 1077944384 555 0 0 0 13 0 0 0 20 0 15 0 79354801 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 1235 0 0 0 23 0 0 0 20 0 15 0 79354801 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354809 14316269568 15664 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64032 KiB

[startup+1.50086 s]
/proc/loadavg: 1.79 1.59 1.53 5/212 679
/proc/meminfo: memFree=30520580/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=128128 CPUtime=3.59 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 48168 0 0 0 351 8 0 0 20 0 15 0 79354796 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 32032 3189 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=1156 CPUtime=1.3 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 9136 0 0 0 127 3 0 0 20 0 15 0 79354796 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139697751979432 139697388394736 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=840 CPUtime=0 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79354797 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=140314769754320 CPUtime=0 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79354798 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=6943526294502006880 CPUtime=0.9 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) R 663 663 897 0 -1 4202560 19577 0 0 0 88 2 0 0 20 0 15 0 79354801 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696660340888 139697740848177 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=6944656592455359580 CPUtime=0.92 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) R 663 663 897 0 -1 4202560 14190 0 0 0 91 1 0 0 20 0 15 0 79354801 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696659293400 139697729285787 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=6655300316396806240 CPUtime=0.43 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 3957 0 0 0 43 0 0 0 20 0 15 0 79354801 14316269568 32032 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7

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

/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=234648 CPUtime=37.37 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 77935 0 0 0 3722 15 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 58662 3247 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=280629539291440 CPUtime=29.36 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 12731 0 0 0 2931 5 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697751979784 139697389983313 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=280629539291504 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=280629539291568 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=4116 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1602 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=43712 CPUtime=0.02 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=1156 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 15 0 79354798 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=3152 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=426456 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=1292 CPUtime=3.41 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 28747 0 0 0 338 3 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=2316 CPUtime=3.76 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) R 663 663 897 0 -1 4202560 24664 0 0 0 374 2 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696659307672 139697725337233 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 6500 0 0 0 64 1 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 709 0 0 0 0 0 0 0 20 0 15 0 79354809 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 37.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 236024 KiB

[startup+30.4007 s]
/proc/loadavg: 1.73 1.59 1.54 3/211 679
/proc/meminfo: memFree=30368956/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=234648 CPUtime=38.23 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 78304 0 0 0 3808 15 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 58662 3247 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=796 CPUtime=30.15 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 12751 0 0 0 3010 5 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697751979784 139697390420219 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=5788 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=1712 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=4616 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1602 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=1012 CPUtime=0.02 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=10164 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 15 0 79354798 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=1200 CPUtime=3.44 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 28862 0 0 0 341 3 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=15880 CPUtime=3.79 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) S 663 663 897 0 -1 1077944384 24897 0 0 0 377 2 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=1160 CPUtime=0.65 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 6500 0 0 0 64 1 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13980732 memory=234648 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 710 0 0 0 0 0 0 0 20 0 15 0 79354809 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 38.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 236024 KiB

[startup+30.6007 s]
/proc/loadavg: 1.73 1.59 1.54 3/211 679
/proc/meminfo: memFree=30368956/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=234648 CPUtime=38.43 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 78307 0 0 0 3828 15 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 58662 3247 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=227268 CPUtime=30.35 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 12754 0 0 0 3030 5 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697751979784 139697389380410 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=24392 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=4044 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=640 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1602 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=1792 CPUtime=0.02 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=3904 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 15 0 79354798 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=7293354477565864808 CPUtime=3.44 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 28862 0 0 0 341 3 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=6944652177228980320 CPUtime=3.79 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) S 663 663 897 0 -1 1077944384 24897 0 0 0 377 2 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=7516907349147018091 CPUtime=0.65 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 6500 0 0 0 64 1 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=7516907349147018091 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13980732 memory=7014131300668894056 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 710 0 0 0 0 0 0 0 20 0 15 0 79354809 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 38.43 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 236024 KiB

[startup+30.7007 s]
/proc/loadavg: 1.73 1.59 1.54 3/211 679
/proc/meminfo: memFree=30368956/32770624 swapFree=67108860/67108860
[pid=663] ppid=660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/663/stat : 663 (xcsp3-exec) S 660 663 897 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 79354786 9740288 344 18446744073709551615 4194304 5098028 140732430539920 140732430538024 140417253954172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 29016064 140732430541176 140732430541381 140732430541381 140732430544875 0
/proc/663/statm: 2378 344 289 221 0 87 0
[pid=665] ppid=663 vsize=13980732 memory=234648 CPUtime=38.53 cores=1,3,5,7
/proc/665/stat : 665 (java) S 663 663 897 0 -1 1077944320 78308 0 0 0 3838 15 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 140728818715152 139697747742455 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
/proc/665/statm: 3495183 58662 3247 1 0 3483476 0
[pid=665/tid=666] ppid=663 vsize=13980732 memory=234648 CPUtime=30.45 cores=1,3,5,7
/proc/665/task/666/stat : 666 (java) R 663 663 897 0 -1 4202560 12755 0 0 0 3040 5 0 0 20 0 15 0 79354796 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697751979784 139697389380421 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=667] ppid=663 vsize=13980732 memory=234648 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/667/stat : 667 (java) S 663 663 897 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697704709136 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=668] ppid=663 vsize=13980732 memory=1376 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/668/stat : 668 (java) S 663 663 897 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697347292304 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=669] ppid=663 vsize=13980732 memory=234620 CPUtime=0.03 cores=1,3,5,7
/proc/665/task/669/stat : 669 (java) S 663 663 897 0 -1 1077944384 1602 0 0 0 3 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697346239248 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=670] ppid=663 vsize=13980732 memory=4116 CPUtime=0.02 cores=1,3,5,7
/proc/665/task/670/stat : 670 (java) S 663 663 897 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 79354797 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139697345186704 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=671] ppid=663 vsize=13980732 memory=1376 CPUtime=0.01 cores=1,3,5,7
/proc/665/task/671/stat : 671 (java) S 663 663 897 0 -1 1077944384 670 0 0 0 1 0 0 0 20 0 15 0 79354798 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696664570096 139697747753602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=672] ppid=663 vsize=13980732 memory=234620 CPUtime=0 cores=1,3,5,7
/proc/665/task/672/stat : 672 (java) S 663 663 897 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696663516320 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=673] ppid=663 vsize=13980732 memory=3546359587593612136 CPUtime=0 cores=1,3,5,7
/proc/665/task/673/stat : 673 (java) S 663 663 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 79354799 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696662463216 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=674] ppid=663 vsize=13980732 memory=3546359587593612136 CPUtime=0 cores=1,3,5,7
/proc/665/task/674/stat : 674 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696661411792 139697747761051 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=675] ppid=663 vsize=13980732 memory=7740111443863498085 CPUtime=3.44 cores=1,3,5,7
/proc/665/task/675/stat : 675 (java) S 663 663 897 0 -1 1077944384 28862 0 0 0 341 3 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696660359920 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=676] ppid=663 vsize=13980732 memory=280629539945632 CPUtime=3.79 cores=1,3,5,7
/proc/665/task/676/stat : 676 (java) S 663 663 897 0 -1 1077944384 24897 0 0 0 377 2 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696659307376 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=677] ppid=663 vsize=13980732 memory=8751464017575426101 CPUtime=0.65 cores=1,3,5,7
/proc/665/task/677/stat : 677 (java) S 663 663 897 0 -1 1077944384 6500 0 0 0 64 1 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696658254320 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=678] ppid=663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/665/task/678/stat : 678 (java) S 663 663 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79354801 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696657202016 139697747752661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
[pid=665/tid=679] ppid=663 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/665/task/679/stat : 679 (java) S 663 663 897 0 -1 1077944384 710 0 0 0 0 0 0 0 20 0 15 0 79354809 14316269568 58662 18446744073709551615 4194304 4196468 140728818732608 139696656149040 139697747753602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140728818733489 140728818733665 140728818733665 140728818737103 0
Current children cumulated CPU time: 38.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 236024 KiB

Child status: 0
Real time (s): 30.7864
CPU time (s): 38.6176
CPU user time (s): 38.4591
CPU system time (s): 0.158533
CPU usage (%): 125.437
Max. virtual memory (cumulated for all children) (KiB): 13992960
Max. memory (cumulated for all children) (KiB): 236332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.4591
system time used= 0.158533
maximum resident set size= 235624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3565
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 663
#   total CPU time (s): 38.6176
#   total CPU user time (s): 38.4591
#   total CPU system time (s): 0.158533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.201379 second user time and 0.331127 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 06:14:55
IDJOB=4272012
IDBENCH=126212
IDSOLVER=2664
FILE ID=node125/4272012-1502771341
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-08-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272012-1502771341/watcher-4272012-1502771341 -o /tmp/evaluation-result-4272012-1502771341/solver-4272012-1502771341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1315384345 HOME/instance-4272012-1502771341.xml

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=1315384345

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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:        30599864 kB
MemAvailable:   31581708 kB
Buffers:          301408 kB
Cached:           973992 kB
SwapCached:            0 kB
Active:          1131184 kB
Inactive:         606468 kB
Active(anon):     462552 kB
Inactive(anon):    33100 kB
Active(file):     668632 kB
Inactive(file):   573368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        462096 kB
Mapped:            63136 kB
Shmem:             33444 kB
Slab:             137488 kB
SReclaimable:     111360 kB
SUnreclaim:        26128 kB
KernelStack:        3440 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1072256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 06:15:26