Trace number 4272011

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)OPT25 5.89324 2.36408

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-07-a3.xml
MD5SUM7dfd3f139f05fe96cee61268ac0efa79
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.088816002
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints24
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":21},{"size":501,"count":7}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":7,"count":5},{"degree":8,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":21},{"arity":7,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints22
Distribution of constraint types[{"type":"intension","count":22},{"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272011-1502776562.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272011-1502776562.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.62/0.60	c solve instance...
1.81/0.93	o 38 
1.81/0.95	o 31 
1.81/0.96	o 30 
2.21/1.05	o 27 
2.85/1.29	o 26 
3.18/1.35	o 25 
5.77/2.34	s OPTIMUM FOUND
5.77/2.34	v <instantiation>
5.77/2.34	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6] </list>
5.77/2.34	v 	<values>0 3 4 12 18 23 25 3 4 12 18 23 25 1 9 15 20 22 8 14 19 21 6 11 13 5 7 2 </values>
5.77/2.34	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272011-1502776562/watcher-4272011-1502776562 -o /tmp/evaluation-result-4272011-1502776562/solver-4272011-1502776562 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 355872350 HOME/instance-4272011-1502776562.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=26575, runsolver pid=26572

[startup+0.10016 s]*
/proc/loadavg: 1.49 1.49 1.51 3/204 26582
/proc/meminfo: memFree=30836116/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13574484 memory=17784 CPUtime=0.02 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 3769 0 0 0 2 0 0 0 20 0 9 0 31538823 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3393621 4446 2065 1 0 3383118 0
[pid=26577/tid=26578] ppid=26575 vsize=13574484 memory=7078076838863583841 CPUtime=0.01 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 2473 0 0 0 1 0 0 0 20 0 9 0 31538823 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903776243944 139903772030109 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13574484 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 31538824 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13574484 memory=140421319042688 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 31538824 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 31538824 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 31538824 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 31538825 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 31538826 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 31538826 13900271616 4446 18446744073709551615 4194304 4196468 140724187055632 139903248450352 139903772018389 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19164 KiB

[startup+0.21278 s]*
/proc/loadavg: 1.49 1.49 1.51 3/213 26591
/proc/meminfo: memFree=30833428/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13974352 memory=24084 CPUtime=0.08 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 4977 0 0 0 7 1 0 0 20 0 15 0 31538823 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3493588 6021 2731 1 0 3482964 0
[pid=26577/tid=26578] ppid=26575 vsize=13974352 memory=7078076838863583841 CPUtime=0.06 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 3130 0 0 0 6 0 0 0 20 0 15 0 31538823 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903776233872 139903756088670 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13974352 memory=140421319042688 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13974352 memory=140421319042688 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538825 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) S 26575 26575 7968 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903246346992 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903245294448 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13974352 memory=140421319042688 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) S 26575 26575 7968 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 6021 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 6087 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13974352 memory=140421319042688 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538835 14309736448 6087 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 25464 KiB

[startup+0.31034 s]*
/proc/loadavg: 1.49 1.49 1.51 3/213 26591
/proc/meminfo: memFree=30817136/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13974352 memory=36804 CPUtime=0.26 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 8726 0 0 0 23 3 0 0 20 0 15 0 31538823 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3493588 9201 2977 1 0 3482964 0
[pid=26577/tid=26578] ppid=26575 vsize=13974352 memory=4278483708103473607 CPUtime=0.15 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 6016 0 0 0 14 1 0 0 20 0 15 0 31538823 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903776230560 139903772030109 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13974352 memory=140421319049681 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538825 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) R 26575 26575 7968 0 -1 4202560 468 0 0 0 1 0 0 0 20 0 15 0 31538828 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903246346992 139903772020118 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903245294448 139903772019330 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) R 26575 26575 7968 0 -1 1077944384 726 0 0 0 5 0 0 0 20 0 15 0 31538828 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538835 14309736448 9201 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38184 KiB

[startup+0.708823 s]
/proc/loadavg: 1.49 1.49 1.51 5/213 26591
/proc/meminfo: memFree=30805836/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=67352 CPUtime=1.17 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 14221 0 0 0 113 4 0 0 20 0 15 0 31538823 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 16838 3180 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 8817 0 0 0 52 2 0 0 20 0 15 0 31538823 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903776246384 139903412214312 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=7 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13980732 memory=36 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 31538825 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13980732 memory=7883313791582089521 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13980732 memory=4124 CPUtime=0.17 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) R 26575 26575 7968 0 -1 4202560 1424 0 0 0 17 0 0 0 20 0 15 0 31538828 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903246328008 139903755506776 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 4202560 1032 0 0 0 17 0 0 0 20 0 15 0 31538828 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903245280472 139903753552417 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13980732 memory=140421204288112 CPUtime=0.25 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) S 26575 26575 7968 0 -1 1077944384 1640 0 0 0 25 0 0 0 20 0 15 0 31538828 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538835 14316269568 16838 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68732 KiB

[startup+1.50087 s]
/proc/loadavg: 1.49 1.49 1.51 5/213 26591
/proc/meminfo: memFree=30759776/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=107284 CPUtime=3.8 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 23575 0 0 0 373 7 0 0 20 0 15 0 31538823 14316269568 26821 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 26821 3192 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 9350 0 0 0 131 3 0 0 20 0 15 0 31538823 14316269568 26821 18446744073709551615 4194304 4196468 140724187055632 139903776244632 139903413708338 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 26821 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 26821 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=11830 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 26821 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=20825 CPUtime=0 cores=1,3,5,7

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

/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=111972 CPUtime=4.13 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 23878 0 0 0 406 7 0 0 20 0 15 0 31538823 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 27993 3193 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=-8774313645642428999 CPUtime=1.44 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 9485 0 0 0 141 3 0 0 20 0 15 0 31538823 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903776244432 139903413296688 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 31538825 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13980732 memory=2424 CPUtime=1.07 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) R 26575 26575 7968 0 -1 4202560 4960 0 0 0 106 1 0 0 20 0 15 0 31538828 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903246346128 139903751313470 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13980732 memory=1296 CPUtime=1.07 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 4202560 3796 0 0 0 106 1 0 0 20 0 15 0 31538828 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903245285904 139903755502419 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13980732 memory=1732 CPUtime=0.53 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) R 26575 26575 7968 0 -1 1077944384 4317 0 0 0 52 1 0 0 20 0 15 0 31538828 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903244237120 139903772018389 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538835 14316269568 27993 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 113352 KiB

[startup+2.00078 s]*
/proc/loadavg: 1.49 1.49 1.51 4/213 26591
/proc/meminfo: memFree=30728188/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=124924 CPUtime=5.1 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 24136 0 0 0 503 7 0 0 20 0 15 0 31538823 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 31231 3195 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=-4695043397844034407 CPUtime=1.84 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 9505 0 0 0 181 3 0 0 20 0 15 0 31538823 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903776245024 139903414655041 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=-7161732098442470212 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=4207739936834818785 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13980732 memory=-7737289088053317216 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 31538825 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13980732 memory=-7595718316229903776 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13980732 memory=6944656592455362618 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13980732 memory=4040 CPUtime=1.29 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) S 26575 26575 7968 0 -1 1077944384 5016 0 0 0 128 1 0 0 20 0 15 0 31538828 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903246346992 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13980732 memory=16444 CPUtime=1.36 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 4202560 3851 0 0 0 135 1 0 0 20 0 15 0 31538828 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903245281680 139903755565552 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13980732 memory=12280 CPUtime=0.58 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) S 26575 26575 7968 0 -1 1077944384 4444 0 0 0 57 1 0 0 20 0 15 0 31538828 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538835 14316269568 31231 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 126304 KiB

[startup+2.20078 s]
/proc/loadavg: 1.49 1.49 1.51 4/213 26591
/proc/meminfo: memFree=30728188/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=131456 CPUtime=5.47 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 25212 0 0 0 539 8 0 0 20 0 15 0 31538823 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 32864 3201 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=14410406424831073 CPUtime=2.03 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 9994 0 0 0 200 3 0 0 20 0 15 0 31538823 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903776247056 139903409398882 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=6005098660854394213 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=7235130002594426725 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=-7522837415797432224 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13980732 memory=-7027409196973580341 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 31538825 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13980732 memory=6944656601042741910 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13980732 memory=8546823402028195750 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13980732 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13980732 memory=6944652177228980320 CPUtime=1.36 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) R 26575 26575 7968 0 -1 4202560 5235 0 0 0 135 1 0 0 20 0 15 0 31538828 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903246346992 139903751185606 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13980732 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 4202560 3994 0 0 0 142 1 0 0 20 0 15 0 31538828 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903245294448 139903756001243 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13980732 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) S 26575 26575 7968 0 -1 1077944384 4671 0 0 0 59 1 0 0 20 0 15 0 31538828 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 31538835 14316269568 32864 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 132836 KiB

[startup+2.30085 s]
/proc/loadavg: 1.49 1.49 1.51 4/213 26591
/proc/meminfo: memFree=30728188/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26575/stat : 26575 (xcsp3-exec) S 26572 26575 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 31538815 9740288 345 18446744073709551615 4194304 5098028 140730506975824 140730506973928 140091113321084 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 29478912 140730506977658 140730506977862 140730506977862 140730506981355 0
/proc/26575/statm: 2378 345 289 221 0 87 0
[pid=26577] ppid=26575 vsize=13980732 memory=133924 CPUtime=5.77 cores=1,3,5,7
/proc/26577/stat : 26577 (java) S 26575 26575 7968 0 -1 1077944320 25693 0 0 0 569 8 0 0 20 0 15 0 31538823 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 140724187038176 139903772008183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
/proc/26577/statm: 3495183 33481 3201 1 0 3483476 0
[pid=26577/tid=26578] ppid=26575 vsize=13980732 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/26577/task/26578/stat : 26578 (java) R 26575 26575 7968 0 -1 4202560 10018 0 0 0 210 3 0 0 20 0 15 0 31538823 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903776247056 139903414816812 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26579] ppid=26575 vsize=13980732 memory=526 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26579/stat : 26579 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903728974864 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26580] ppid=26575 vsize=13980732 memory=280840865087958 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26580/stat : 26580 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903371504784 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26581] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26581/stat : 26581 (java) S 26575 26575 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903370451728 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26582] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26582/stat : 26582 (java) S 26575 26575 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31538824 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903369399184 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26583] ppid=26575 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26583/stat : 26583 (java) S 26575 26575 7968 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 31538825 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903250557168 139903772019330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26584] ppid=26575 vsize=13980732 memory=11830 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26584/stat : 26584 (java) S 26575 26575 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903249503392 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26585] ppid=26575 vsize=13980732 memory=20825 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26585/stat : 26585 (java) S 26575 26575 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31538826 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903248450288 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26586] ppid=26575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26586/stat : 26586 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903247398864 139903772026779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26587] ppid=26575 vsize=13980732 memory=-1088251628401078322 CPUtime=1.46 cores=1,3,5,7
/proc/26577/task/26587/stat : 26587 (java) R 26575 26575 7968 0 -1 4202560 5502 0 0 0 145 1 0 0 20 0 15 0 31538828 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903246338448 139903758025664 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26588] ppid=26575 vsize=13980732 memory=280842408725728 CPUtime=1.54 cores=1,3,5,7
/proc/26577/task/26588/stat : 26588 (java) R 26575 26575 7968 0 -1 4202560 4165 0 0 0 153 1 0 0 20 0 15 0 31538828 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903245294448 139903765105059 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26589] ppid=26575 vsize=13980732 memory=8226000540643365398 CPUtime=0.6 cores=1,3,5,7
/proc/26577/task/26589/stat : 26589 (java) S 26575 26575 7968 0 -1 1077944384 4681 0 0 0 59 1 0 0 20 0 15 0 31538828 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903244241392 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26590] ppid=26575 vsize=13980732 memory=8658346117755834934 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26590/stat : 26590 (java) S 26575 26575 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31538828 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903243189088 139903772018389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
[pid=26577/tid=26591] ppid=26575 vsize=13980732 memory=7649539809814779442 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26591/stat : 26591 (java) S 26575 26575 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 31538835 14316269568 33481 18446744073709551615 4194304 4196468 140724187055632 139903242136112 139903772019330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33427456 140724187058610 140724187058786 140724187058786 140724187062223 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 135304 KiB

Child status: 0
Real time (s): 2.36408
CPU time (s): 5.89324
CPU user time (s): 5.80491
CPU system time (s): 0.088321
CPU usage (%): 249.283
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 135304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.80491
system time used= 0.088321
maximum resident set size= 136532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2157
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 26575
#   total CPU time (s): 5.89324
#   total CPU user time (s): 5.80491
#   total CPU system time (s): 0.088321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035727 second user time and 0.069287 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 07:42:04
IDJOB=4272011
IDBENCH=126227
IDSOLVER=2664
FILE ID=node128/4272011-1502776562
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-07-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-4272011-1502776562/watcher-4272011-1502776562 -o /tmp/evaluation-result-4272011-1502776562/solver-4272011-1502776562 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 355872350 HOME/instance-4272011-1502776562.xml

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

MD5SUM BENCH= 7dfd3f139f05fe96cee61268ac0efa79
RANDOM SEED=355872350

node128.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.94
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.94
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.94
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.94
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:        30844952 kB
MemAvailable:   31715728 kB
Buffers:          218888 kB
Cached:           935384 kB
SwapCached:            0 kB
Active:           663516 kB
Inactive:         847096 kB
Active(anon):     356296 kB
Inactive(anon):    16764 kB
Active(file):     307220 kB
Inactive(file):   830332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        357512 kB
Mapped:            49832 kB
Shmem:             17116 kB
Slab:             123640 kB
SReclaimable:      98120 kB
SUnreclaim:        25520 kB
KernelStack:        3760 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     974824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 07:42:07