Trace number 4269869

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT2 40.998699 28.618799

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269869-1502857717.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269869-1502857717.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
38.14/26.38	c solve instance...
40.55/28.32	o 2 
40.85/28.59	s OPTIMUM FOUND
40.85/28.59	v <instantiation>
40.85/28.59	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
40.85/28.59	v 	<values>0 0 0 1 1 0 1 1 0 1 0 1 2 1 0 0 1 2 2 2 1 1 0 0 0 </values>
40.85/28.59	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269869-1502857717/watcher-4269869-1502857717 -o /tmp/evaluation-result-4269869-1502857717/solver-4269869-1502857717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25115 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 807434221 HOME/instance-4269869-1502857717.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
solver pid=28410, runsolver pid=28407
Current StackSize limit: 8192 KiB


[startup+0.101081 s]*
/proc/loadavg: 2.00 2.01 2.05 3/217 28426
/proc/meminfo: memFree=25192344/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13978596 memory=27748 CPUtime=0.12 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 5370 0 0 0 10 2 0 0 20 0 15 0 118852556 14314082304 6937 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3494649 6937 2837 1 0 3482966 0
[pid=28412/tid=28413] ppid=28410 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 3374 0 0 0 8 1 0 0 20 0 15 0 118852556 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515976521520 140515972300182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852557 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13978596 memory=140271044494976 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13978596 memory=140271044494976 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852559 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118852559 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118852559 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13978596 memory=140271044494976 CPUtime=0.01 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) R 28410 28410 25083 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515011938416 140515950656886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13978596 memory=140271044494976 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852562 14314082304 6937 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29132 KiB

[startup+0.210708 s]*
/proc/loadavg: 2.00 2.01 2.05 3/217 28426
/proc/meminfo: memFree=25180436/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13982884 memory=40628 CPUtime=0.33 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 8191 0 0 0 30 3 0 0 20 0 15 0 118852556 14318473216 10157 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3495713 10157 3074 1 0 3482966 0
[pid=28412/tid=28413] ppid=28410 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 1077944384 5263 0 0 0 17 2 0 0 20 0 15 0 118852556 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515976489936 140515964967469 0 4 0 16800975 18446744072101568036 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13982884 memory=8911 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852557 14318473216 10157 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13982884 memory=288370647196206720 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318473216 10157 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13982852 memory=140271044494976 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852559 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118852559 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118852559 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 654 0 0 0 2 0 0 0 20 0 15 0 118852562 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13982884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 118852562 14318473216 10157 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13982884 memory=140271044494976 CPUtime=0.08 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) R 28410 28410 25083 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 15 0 118852562 14318473216 10157 33554432000 4194304 4196468 140724328341552 140515011938416 140515950808385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852562 14318440448 10157 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42012 KiB

[startup+0.313044 s]*
/proc/loadavg: 2.00 2.01 2.05 5/217 28426
/proc/meminfo: memFree=25173984/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13982928 memory=48080 CPUtime=0.51 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 9205 0 0 0 46 5 0 0 20 0 15 0 118852556 14318518272 12020 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3495732 12020 3127 1 0 3482966 0
[pid=28412/tid=28413] ppid=28410 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 6028 0 0 0 26 3 0 0 20 0 15 0 118852556 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515976520576 140515972310173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852557 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852559 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118852559 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118852559 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13982928 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13982928 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 676 0 0 0 3 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 347 0 0 0 3 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852562 14318518272 12020 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49464 KiB

[startup+0.70088 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 28426
/proc/meminfo: memFree=25154688/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13984976 memory=81076 CPUtime=1.16 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 10360 0 0 0 110 6 0 0 20 0 15 0 118852556 14320615424 20269 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3496244 20269 3182 1 0 3483478 0
[pid=28412/tid=28413] ppid=28410 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 6501 0 0 0 63 4 0 0 20 0 15 0 118852556 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515976516976 140515579136037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852557 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13984976 memory=33420 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852557 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13984976 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13984976 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13984976 memory=5792 CPUtime=0.12 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 890 0 0 0 12 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13984976 memory=796 CPUtime=0.12 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 576 0 0 0 12 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13984976 memory=1436 CPUtime=0.21 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 1089 0 0 0 21 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13984976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 20269 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 82460 KiB

[startup+1.50093 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 28426
/proc/meminfo: memFree=25116956/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0

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

/proc/meminfo: memFree=22353052/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13984976 memory=2862952 CPUtime=39.27 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 71036 0 0 0 3616 311 0 0 20 0 15 0 118852556 14320615424 715738 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3496244 715738 3250 1 0 3483478 0
[pid=28412/tid=28413] ppid=28410 vsize=13984976 memory=6791534058613427641 CPUtime=20.12 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 11099 0 0 0 2003 9 0 0 20 0 15 0 118852556 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515976526248 140515580142832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13984976 memory=4144 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 11427 0 0 0 301 72 0 0 20 0 15 0 118852557 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13984976 memory=33420 CPUtime=3.68 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 10741 0 0 0 292 76 0 0 20 0 15 0 118852557 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13984976 memory=1296 CPUtime=3.72 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 9948 0 0 0 298 74 0 0 20 0 15 0 118852557 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13984976 memory=2408 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 9359 0 0 0 300 73 0 0 20 0 15 0 118852557 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13984976 memory=1732 CPUtime=3.3 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 9911 0 0 0 329 1 0 0 20 0 15 0 118852559 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13984976 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13984976 memory=796 CPUtime=0.25 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 1692 0 0 0 24 1 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13984976 memory=1436 CPUtime=0.27 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 1257 0 0 0 27 0 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13984976 memory=1012 CPUtime=0.38 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 4112 0 0 0 38 0 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13984976 memory=1952 CPUtime=0.01 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 136 0 0 0 0 1 0 0 20 0 15 0 118852562 14320615424 715738 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 39.27 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2864336 KiB

[startup+28.0008 s]*
/proc/loadavg: 1.94 2.00 2.04 4/217 28426
/proc/meminfo: memFree=22352308/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13984976 memory=2863624 CPUtime=40.2 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 71234 0 0 0 3709 311 0 0 20 0 15 0 118852556 14320615424 715906 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3496244 715906 3255 1 0 3483478 0
[pid=28412/tid=28413] ppid=28410 vsize=13984976 memory=6791534058613427641 CPUtime=20.93 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 11102 0 0 0 2084 9 0 0 20 0 15 0 118852556 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515976523840 140515580113324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13984976 memory=4872558044660077418 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 11427 0 0 0 301 72 0 0 20 0 15 0 118852557 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13984976 memory=4426639978525455914 CPUtime=3.68 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 10741 0 0 0 292 76 0 0 20 0 15 0 118852557 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13984976 memory=4629546024076873078 CPUtime=3.72 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 9948 0 0 0 298 74 0 0 20 0 15 0 118852557 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13984976 memory=-7521736447810188379 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 9359 0 0 0 300 73 0 0 20 0 15 0 118852557 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13984976 memory=-8412652160765825907 CPUtime=3.3 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 9911 0 0 0 329 1 0 0 20 0 15 0 118852559 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13984976 memory=-8634980985311628903 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13984976 memory=7100839878645619564 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13984976 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13984976 memory=2494696 CPUtime=0.31 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 1837 0 0 0 30 1 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13984976 memory=4144 CPUtime=0.31 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 1277 0 0 0 31 0 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13984976 memory=33420 CPUtime=0.4 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 4142 0 0 0 39 1 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13984976 memory=2408 CPUtime=0.01 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 136 0 0 0 0 1 0 0 20 0 15 0 118852562 14320615424 715906 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 40.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2865008 KiB

[startup+28.4009 s]
/proc/loadavg: 1.94 2.00 2.04 4/217 28426
/proc/meminfo: memFree=22352308/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13984976 memory=2864316 CPUtime=40.75 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 71444 0 0 0 3763 312 0 0 20 0 15 0 118852556 14320615424 716079 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3496244 716079 3255 1 0 3483478 0
[pid=28412/tid=28413] ppid=28410 vsize=13984976 memory=2548 CPUtime=21.32 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) R 28410 28410 25083 0 -1 4202560 11114 0 0 0 2123 9 0 0 20 0 15 0 118852556 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515976525024 140515580078958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13984976 memory=2544 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 11427 0 0 0 301 72 0 0 20 0 15 0 118852557 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13984976 memory=4096 CPUtime=3.68 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 10741 0 0 0 292 76 0 0 20 0 15 0 118852557 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13984976 memory=1384 CPUtime=3.72 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 9948 0 0 0 298 74 0 0 20 0 15 0 118852557 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13984976 memory=2863528 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 9359 0 0 0 300 73 0 0 20 0 15 0 118852557 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13984976 memory=1240 CPUtime=3.31 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 9911 0 0 0 329 2 0 0 20 0 15 0 118852559 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515018255216 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13984976 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 118852559 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515015096656 140515972306843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13984976 memory=1572 CPUtime=0.36 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 1855 0 0 0 35 1 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515014044016 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13984976 memory=2244 CPUtime=0.39 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 1433 0 0 0 39 0 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13984976 memory=4124 CPUtime=0.42 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 4166 0 0 0 41 1 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13984976 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28426] ppid=28410 vsize=13984976 memory=33420 CPUtime=0.01 cores=1,3,5,7
/proc/28412/task/28426/stat : 28426 (java) S 28410 28410 25083 0 -1 1077944384 136 0 0 0 0 1 0 0 20 0 15 0 118852562 14320615424 716079 33554432000 4194304 4196468 140724328341552 140515009834160 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2865700 KiB

[startup+28.6008 s]
/proc/loadavg: 1.94 2.00 2.04 4/217 28426
/proc/meminfo: memFree=22352308/32770624 swapFree=67108860/67108860
[pid=28410] ppid=28407 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28410/stat : 28410 (xcsp3-exec) S 28407 28410 25083 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118852556 9740288 346 33554432000 4194304 5098028 140731387530704 140731387528808 140623796986492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32976896 140731387536495 140731387536699 140731387536699 140731387539435 0
/proc/28410/statm: 2378 346 289 221 0 87 0
[pid=28412] ppid=28410 vsize=13984976 memory=2864444 CPUtime=40.97 cores=1,3,5,7
/proc/28412/stat : 28412 (java) S 28410 28410 25083 0 -1 1077944320 71475 0 0 0 3785 312 0 0 20 0 14 0 118852556 14320615424 716111 33554432000 4194304 4196468 140724328341552 140724328324096 140515972288247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
/proc/28412/statm: 3496244 716111 3257 1 0 3483478 0
[pid=28412/tid=28413] ppid=28410 vsize=13984976 memory=6944656592387989600 CPUtime=21.51 cores=1,3,5,7
/proc/28412/task/28413/stat : 28413 (java) S 28410 28410 25083 0 -1 1077944384 11126 0 0 0 2142 9 0 0 20 0 14 0 118852556 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515976531088 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28414] ppid=28410 vsize=13984976 memory=6655300316396806240 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28414/stat : 28414 (java) S 28410 28410 25083 0 -1 1077944384 11427 0 0 0 301 72 0 0 20 0 14 0 118852557 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515902376592 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28415] ppid=28410 vsize=13984976 memory=6944656592455360604 CPUtime=3.68 cores=1,3,5,7
/proc/28412/task/28415/stat : 28415 (java) S 28410 28410 25083 0 -1 1077944384 10741 0 0 0 292 76 0 0 20 0 14 0 118852557 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515901323792 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28416] ppid=28410 vsize=13984976 memory=6656426216303648864 CPUtime=3.72 cores=1,3,5,7
/proc/28412/task/28416/stat : 28416 (java) S 28410 28410 25083 0 -1 1077944384 9948 0 0 0 298 74 0 0 20 0 14 0 118852557 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515900270992 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28417] ppid=28410 vsize=13984976 memory=6944656592455097440 CPUtime=3.73 cores=1,3,5,7
/proc/28412/task/28417/stat : 28417 (java) S 28410 28410 25083 0 -1 1077944384 9359 0 0 0 300 73 0 0 20 0 14 0 118852557 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515899218192 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28418] ppid=28410 vsize=13984976 memory=6655300316396806240 CPUtime=3.31 cores=1,3,5,7
/proc/28412/task/28418/stat : 28418 (java) S 28410 28410 25083 0 -1 1077944384 9911 0 0 0 329 2 0 0 20 0 14 0 118852559 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515018255424 140515972299394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28419] ppid=28410 vsize=13984976 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28419/stat : 28419 (java) S 28410 28410 25083 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 14 0 118852559 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515017201184 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28420] ppid=28410 vsize=13984976 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28420/stat : 28420 (java) S 28410 28410 25083 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 14 0 118852559 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515016148336 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28421] ppid=28410 vsize=13984976 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28421/stat : 28421 (java) S 28410 28410 25083 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 118852562 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515015096304 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28422] ppid=28410 vsize=13984976 memory=6944652177228980320 CPUtime=0.39 cores=1,3,5,7
/proc/28412/task/28422/stat : 28422 (java) S 28410 28410 25083 0 -1 1077944384 1856 0 0 0 38 1 0 0 20 0 14 0 118852562 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515014024048 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28423] ppid=28410 vsize=13984976 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/28412/task/28423/stat : 28423 (java) S 28410 28410 25083 0 -1 1077944384 1435 0 0 0 40 0 0 0 20 0 14 0 118852562 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515012991216 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28424] ppid=28410 vsize=13984976 memory=8387223549236478041 CPUtime=0.42 cores=1,3,5,7
/proc/28412/task/28424/stat : 28424 (java) S 28410 28410 25083 0 -1 1077944384 4169 0 0 0 41 1 0 0 20 0 14 0 118852562 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515011938416 140515972299394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
[pid=28412/tid=28425] ppid=28410 vsize=13984976 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/28412/task/28425/stat : 28425 (java) S 28410 28410 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 118852562 14320615424 716111 33554432000 4194304 4196468 140724328341552 140515010885856 140515972298453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140724328346775 140724328346951 140724328346951 140724328349647 0
Current children cumulated CPU time: 40.97 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2865828 KiB

Child status: 0
Real time (s): 28.6188
CPU time (s): 40.9987
CPU user time (s): 37.8553
CPU system time (s): 3.14343
CPU usage (%): 143.258
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2865828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8553
system time used= 3.14343
maximum resident set size= 2865028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72033
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= 3224
involuntary context switches= 187


# summary of solver processes directly reported to runsolver:
#   pid: 28410
#   total CPU time (s): 40.9987
#   total CPU user time (s): 37.8553
#   total CPU system time (s): 3.14343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.206891 second user time and 0.332537 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-16 06:14:18
IDJOB=4269869
IDBENCH=139720
IDSOLVER=2660
FILE ID=node149/4269869-1502857717
RUNJOBID= node149-1502838668-25115
PBS_JOBID= 20629851
Free space on /tmp= 61932 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4269869-1502857717/watcher-4269869-1502857717 -o /tmp/evaluation-result-4269869-1502857717/solver-4269869-1502857717 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25115 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 807434221 HOME/instance-4269869-1502857717.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=807434221

node149.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.43
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.43
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.43
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.43
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:        25209208 kB
MemAvailable:   29455336 kB
Buffers:          333008 kB
Cached:          4184924 kB
SwapCached:            0 kB
Active:          3729708 kB
Inactive:        3355912 kB
Active(anon):    2570388 kB
Inactive(anon):    24956 kB
Active(file):    1159320 kB
Inactive(file):  3330956 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:       2577832 kB
Mapped:            59192 kB
Shmem:             25224 kB
Slab:             170468 kB
SReclaimable:     143376 kB
SUnreclaim:        27092 kB
KernelStack:        3712 kB
PageTables:        10620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3499892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2461696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61924 MiB
End job on node149 at 2017-08-16 06:14:47