Trace number 4269385

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 2.0330501 0.96498197

General information on the benchmark

NameBibd/Bibd-sc-stab2/
Bibd-sc-06-03-06.xml
MD5SUMff6ab5e1120ff4c45101ac036dd13766
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.87033898
Satisfiable
(Un)Satisfiability was proved
Number of variables1260
Number of constraints502
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":630}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":630},{"degree":2,"count":450},{"degree":8,"count":180}]
Minimum constraint arity3
Maximum constraint arity180
Distribution of constraint arities[{"arity":3,"count":450},{"arity":6,"count":30},{"arity":30,"count":21},{"arity":180,"count":1}]
Number of extensional constraints0
Number of intensional constraints450
Distribution of constraint types[{"type":"intension","count":450},{"type":"lex","count":1},{"type":"sum","count":51}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269385-1502742697.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4269385-1502742697.xml, -tl, 2520s, -p, 1, -x, 0]
0.10/0.32	c simple solver
0.33/0.39	c parse instance...
1.21/0.75	c solve instance...
1.86/0.95	s SATISFIABLE
1.86/0.95	v <instantiation>
1.86/0.95	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] x[4][27] x[4][28] x[4][29] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24] x[5][25] x[5][26] x[5][27] x[5][28] x[5][29] s[0][1][0] s[0][1][1] s[0][1][2] s[0][1][3] s[0][1][4] s[0][1][5] s[0][1][6] s[0][1][7] s[0][1][8] s[0][1][9] s[0][1][10] s[0][1][11] s[0][1][12] s[0][1][13] s[0][1][14] s[0][1][15] s[0][1][16] s[0][1][17] s[0][1][18] s[0][1][19] s[0][1][20] s[0][1][21] s[0][1][22] s[0][1][23] s[0][1][24] s[0][1][25] s[0][1][26] s[0][1][27] s[0][1][28] s[0][1][29] s[0][2][0] s[0][2][1] s[0][2][2] s[0][2][3] s[0][2][4] s[0][2][5] s[0][2][6] s[0][2][7] s[0][2][8] s[0][2][9] s[0][2][10] s[0][2][11] s[0][2][12] s[0][2][13] s[0][2][14] s[0][2][15] s[0][2][16] s[0][2][17] s[0][2][18] s[0][2][19] s[0][2][20] s[0][2][21] s[0][2][22] s[0][2][23] s[0][2][24] s[0][2][25] s[0][2][26] s[0][2][27] s[0][2][28] s[0][2][29] s[0][3][0] s[0][3][1] s[0][3][2] s[0][3][3] s[0][3][4] s[0][3][5] s[0][3][6] s[0][3][7] s[0][3][8] s[0][3][9] s[0][3][10] s[0][3][11] s[0][3][12] s[0][3][13] s[0][3][14] s[0][3][15] s[0][3][16] s[0][3][17] s[0][3][18] s[0][3][19] s[0][3][20] s[0][3][21] s[0][3][22] s[0][3][23] s[0][3][24] s[0][3][25] s[0][3][26] s[0][3][27] s[0][3][28] s[0][3][29] s[0][4][0] s[0][4][1] s[0][4][2] s[0][4][3] s[0][4][4] s[0][4][5] s[0][4][6] s[0][4][7] s[0][4][8] s[0][4][9] s[0][4][10] s[0][4][11] s[0][4][12] s[0][4][13] s[0][4][14] s[0][4][15] s[0][4][16] s[0][4][17] s[0][4][18] s[0][4][19] s[0][4][20] s[0][4][21] s[0][4][22] s[0][4][23] s[0][4][24] s[0][4][25] s[0][4][26] s[0][4][27] s[0][4][28] s[0][4][29] s[0][5][0] s[0][5][1] s[0][5][2] s[0][5][3] s[0][5][4] s[0][5][5] s[0][5][6] s[0][5][7] s[0][5][8] s[0][5][9] s[0][5][10] s[0][5][11] s[0][5][12] s[0][5][13] s[0][5][14] s[0][5][15] s[0][5][16] s[0][5][17] s[0][5][18] s[0][5][19] s[0][5][20] s[0][5][21] s[0][5][22] s[0][5][23] s[0][5][24] s[0][5][25] s[0][5][26] s[0][5][27] s[0][5][28] s[0][5][29] s[1][2][0] s[1][2][1] s[1][2][2] s[1][2][3] s[1][2][4] s[1][2][5] s[1][2][6] s[1][2][7] s[1][2][8] s[1][2][9] s[1][2][10] s[1][2][11] s[1][2][12] s[1][2][13] s[1][2][14] s[1][2][15] s[1][2][16] s[1][2][17] s[1][2][18] s[1][2][19] s[1][2][20] s[1][2][21] s[1][2][22] s[1][2][23] s[1][2][24] s[1][2][25] s[1][2][26] s[1][2][27] s[1][2][28] s[1][2][29] s[1][3][0] s[1][3][1] s[1][3][2] s[1][3][3] s[1][3][4] s[1][3][5] s[1][3][6] s[1][3][7] s[1][3][8] s[1][3][9] s[1][3][10] s[1][3][11] s[1][3][12] s[1][3][13] s[1][3][14] s[1][3][15] s[1][3][16] s[1][3][17] s[1][3][18] s[1][3][19] s[1][3][20] s[1][3][21] s[1][3][22] s[1][3][23] s[1][3][24] s[1][3][25] s[1][3][26] s[1][3][27] s[1][3][28] s[1][3][29] s[1][4][0] s[1][4][1] s[1][4][2] s[1][4][3] s[1][4][4] s[1][4][5] s[1][4][6] s[1][4][7] s[1][4][8] s[1][4][9] s[1][4][10] s[1][4][11] s[1][4][12] s[1][4][13] s[1][4][14] s[1][4][15] s[1][4][16] s[1][4][17] s[1][4][18] s[1][4][19] s[1][4][20] s[1][4][21] s[1][4][22] s[1][4][23] s[1][4][24] s[1][4][25] s[1][4][26] s[1][4][27] s[1][4][28] s[1][4][29] s[1][5][0] s[1][5][1] s[1][5][2] s[1][5][3] s[1][5][4] s[1][5][5] s[1][5][6] s[1][5][7] s[1][5][8] s[1][5][9] s[1][5][10] s[1][5][11] s[1][5][12] s[1][5][13] s[1][5][14] s[1][5][15] s[1][5][16] s[1][5][17] s[1][5][18] s[1][5][19] s[1][5][20] s[1][5][21] s[1][5][22] s[1][5][23] s[1][5][24] s[1][5][25] s[1][5][26] s[1][5][27] s[1][5][28] s[1][5][29] s[2][3][0] s[2][3][1] s[2][3][2] s[2][3][3] s[2][3][4] s[2][3][5] s[2][3][6] s[2][3][7] s[2][3][8] s[2][3][9] s[2][3][10] s[2][3][11] s[2][3][12] s[2][3][13] s[2][3][14] s[2][3][15] s[2][3][16] s[2][3][17] s[2][3][18] s[2][3][19] s[2][3][20] s[2][3][21] s[2][3][22] s[2][3][23] s[2][3][24] s[2][3][25] s[2][3][26] s[2][3][27] s[2][3][28] s[2][3][29] s[2][4][0] s[2][4][1] s[2][4][2] s[2][4][3] s[2][4][4] s[2][4][5] s[2][4][6] s[2][4][7] s[2][4][8] s[2][4][9] s[2][4][10] s[2][4][11] s[2][4][12] s[2][4][13] s[2][4][14] s[2][4][15] s[2][4][16] s[2][4][17] s[2][4][18] s[2][4][19] s[2][4][20] s[2][4][21] s[2][4][22] s[2][4][23] s[2][4][24] s[2][4][25] s[2][4][26] s[2][4][27] s[2][4][28] s[2][4][29] s[2][5][0] s[2][5][1] s[2][5][2] s[2][5][3] s[2][5][4] s[2][5][5] s[2][5][6] s[2][5][7] s[2][5][8] s[2][5][9] s[2][5][10] s[2][5][11] s[2][5][12] s[2][5][13] s[2][5][14] s[2][5][15] s[2][5][16] s[2][5][17] s[2][5][18] s[2][5][19] s[2][5][20] s[2][5][21] s[2][5][22] s[2][5][23] s[2][5][24] s[2][5][25] s[2][5][26] s[2][5][27] s[2][5][28] s[2][5][29] s[3][4][0] s[3][4][1] s[3][4][2] s[3][4][3] s[3][4][4] s[3][4][5] s[3][4][6] s[3][4][7] s[3][4][8] s[3][4][9] s[3][4][10] s[3][4][11] s[3][4][12] s[3][4][13] s[3][4][14] s[3][4][15] s[3][4][16] s[3][4][17] s[3][4][18] s[3][4][19] s[3][4][20] s[3][4][21] s[3][4][22] s[3][4][23] s[3][4][24] s[3][4][25] s[3][4][26] s[3][4][27] s[3][4][28] s[3][4][29] s[3][5][0] s[3][5][1] s[3][5][2] s[3][5][3] s[3][5][4] s[3][5][5] s[3][5][6] s[3][5][7] s[3][5][8] s[3][5][9] s[3][5][10] s[3][5][11] s[3][5][12] s[3][5][13] s[3][5][14] s[3][5][15] s[3][5][16] s[3][5][17] s[3][5][18] s[3][5][19] s[3][5][20] s[3][5][21] s[3][5][22] s[3][5][23] s[3][5][24] s[3][5][25] s[3][5][26] s[3][5][27] s[3][5][28] s[3][5][29] s[4][5][0] s[4][5][1] s[4][5][2] s[4][5][3] s[4][5][4] s[4][5][5] s[4][5][6] s[4][5][7] s[4][5][8] s[4][5][9] s[4][5][10] s[4][5][11] s[4][5][12] s[4][5][13] s[4][5][14] s[4][5][15] s[4][5][16] s[4][5][17] s[4][5][18] s[4][5][19] s[4][5][20] s[4][5][21] s[4][5][22] s[4][5][23] s[4][5][24] s[4][5][25] s[4][5][26] s[4][5][27] s[4][5][28] s[4][5][29] </list>
1.86/0.95	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 1 1 1 0 0 0 1 1 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 1 1 1 1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
1.86/0.95	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269385-1502742697/watcher-4269385-1502742697 -o /tmp/evaluation-result-4269385-1502742697/solver-4269385-1502742697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1195071446 HOME/instance-4269385-1502742697.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=28494, runsolver pid=28491

[startup+0.103894 s]*
/proc/loadavg: 2.37 2.00 1.85 3/202 28501
/proc/meminfo: memFree=29987820/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13574484 memory=17844 CPUtime=0.02 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 3778 0 0 0 1 1 0 0 20 0 9 0 62610354 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3393621 4461 2064 1 0 3383118 0
[pid=28496/tid=28497] ppid=28494 vsize=13574484 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 2486 0 0 0 1 0 0 0 20 0 9 0 62610355 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354874159336 140354869945501 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13574484 memory=3461491052840011401 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62610355 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13574484 memory=140448210327168 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62610355 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62610355 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62610355 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62610357 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 62610357 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 62610358 13900271616 4461 18446744073709551615 4194304 4196468 140723164930848 140354346460080 140354869933781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19224 KiB

[startup+0.211276 s]*
/proc/loadavg: 2.37 2.00 1.85 4/211 28510
/proc/meminfo: memFree=29980364/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13974352 memory=27868 CPUtime=0.1 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 5377 0 0 0 9 1 0 0 20 0 15 0 62610354 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3493588 6967 2845 1 0 3482964 0
[pid=28496/tid=28497] ppid=28494 vsize=13974352 memory=-6081658764051714403 CPUtime=0.08 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 3400 0 0 0 7 1 0 0 20 0 15 0 62610355 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354874152992 140354853967205 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13974352 memory=3461491052840011401 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13974352 memory=140448210327168 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13974352 memory=140448210327168 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610357 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62610357 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62610358 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354346460016 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28505] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354345408336 140354869942171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28506] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28506/stat : 28506 (java) R 28494 28494 11586 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354344356720 140354869934722 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28507] ppid=28494 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354343303920 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28508] ppid=28494 vsize=13974352 memory=140448210327168 CPUtime=0.01 cores=1,3,5,7
/proc/28496/task/28508/stat : 28508 (java) R 28494 28494 11586 0 -1 4202560 242 0 0 0 1 0 0 0 20 0 15 0 62610360 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354342251120 140354869935510 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28509] ppid=28494 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354341198560 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28510] ppid=28494 vsize=13974352 memory=140448210327168 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610364 14309736448 6967 18446744073709551615 4194304 4196468 140723164930848 140354340145840 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29248 KiB

[startup+0.318224 s]*
/proc/loadavg: 2.37 2.00 1.85 5/211 28510
/proc/meminfo: memFree=29966412/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13974352 memory=40016 CPUtime=0.33 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 9209 0 0 0 30 3 0 0 20 0 15 0 62610354 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3493588 10004 3023 1 0 3482964 0
[pid=28496/tid=28497] ppid=28494 vsize=13974352 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 6313 0 0 0 17 2 0 0 20 0 15 0 62610355 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354874150208 140354854004062 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610355 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13974352 memory=140448210334161 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610357 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62610357 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62610358 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354346460016 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28505] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354345408336 140354869942171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28506] ppid=28494 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 11586 0 -1 1077944384 627 0 0 0 2 0 0 0 20 0 15 0 62610360 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354344356720 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28507] ppid=28494 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 11586 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 62610360 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354343303920 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28508] ppid=28494 vsize=13974352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 11586 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 15 0 62610360 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354342251120 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28509] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354341198560 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28510] ppid=28494 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610364 14309736448 10004 18446744073709551615 4194304 4196468 140723164930848 140354340145840 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41396 KiB

[startup+0.700743 s]
/proc/loadavg: 2.37 2.00 1.85 6/211 28510
/proc/meminfo: memFree=29957152/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13980732 memory=67808 CPUtime=1.21 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 13082 0 0 0 116 5 0 0 20 0 15 0 62610354 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3495183 16952 3173 1 0 3483476 0
[pid=28496/tid=28497] ppid=28494 vsize=13980732 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 8540 0 0 0 52 4 0 0 20 0 15 0 62610355 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354874162016 140354849648634 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13980732 memory=4644490224168687192 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13980732 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62610358 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354346460016 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28505] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354345408336 140354869942171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28506] ppid=28494 vsize=13980732 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/28496/task/28506/stat : 28506 (java) S 28494 28494 11586 0 -1 1077944384 1126 0 0 0 16 0 0 0 20 0 15 0 62610360 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354344356720 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28507] ppid=28494 vsize=13980732 memory=13 CPUtime=0.16 cores=1,3,5,7
/proc/28496/task/28507/stat : 28507 (java) R 28494 28494 11586 0 -1 4202560 704 0 0 0 16 0 0 0 20 0 15 0 62610360 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354343303920 140354853826672 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28508] ppid=28494 vsize=13980732 memory=3 CPUtime=0.31 cores=1,3,5,7
/proc/28496/task/28508/stat : 28508 (java) R 28494 28494 11586 0 -1 4202560 1405 0 0 0 31 0 0 0 20 0 15 0 62610360 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354342251120 140354849356928 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28509] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354341198560 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28510] ppid=28494 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610364 14316269568 16952 18446744073709551615 4194304 4196468 140723164930848 140354340145840 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69188 KiB

[startup+0.964944 s]
# the end of solver process 28494 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.96025 s, system=0.072798 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800974 s]
/proc/loadavg: 2.37 2.00 1.85 6/211 28510
/proc/meminfo: memFree=29957152/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13980732 memory=75396 CPUtime=1.53 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 13894 0 0 0 147 6 0 0 20 0 15 0 62610354 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3495183 18849 3177 1 0 3483476 0
[pid=28496/tid=28497] ppid=28494 vsize=13980732 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 8649 0 0 0 62 4 0 0 20 0 15 0 62610355 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354874163456 140354869935510 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13980732 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13980732 memory=-6223833200970833705 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62610358 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354346460016 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28505] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354345408336 140354869942171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28506] ppid=28494 vsize=13980732 memory=4068 CPUtime=0.23 cores=1,3,5,7
/proc/28496/task/28506/stat : 28506 (java) R 28494 28494 11586 0 -1 1077944384 1429 0 0 0 23 0 0 0 20 0 15 0 62610360 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354344356720 140354869934722 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28507] ppid=28494 vsize=13980732 memory=1152 CPUtime=0.23 cores=1,3,5,7
/proc/28496/task/28507/stat : 28507 (java) S 28494 28494 11586 0 -1 1077944384 856 0 0 0 23 0 0 0 20 0 15 0 62610360 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354343303920 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28508] ppid=28494 vsize=13980732 memory=2752 CPUtime=0.39 cores=1,3,5,7
/proc/28496/task/28508/stat : 28508 (java) R 28494 28494 11586 0 -1 4202560 1653 0 0 0 39 0 0 0 20 0 15 0 62610360 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354342251248 140354853536393 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28509] ppid=28494 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354341198560 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28510] ppid=28494 vsize=13980732 memory=1600976 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610364 14316269568 18849 18446744073709551615 4194304 4196468 140723164930848 140354340145840 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76776 KiB

[startup+0.900922 s]
/proc/loadavg: 2.37 2.00 1.85 6/211 28510
/proc/meminfo: memFree=29957152/32770624 swapFree=67108860/67108860
[pid=28494] ppid=28491 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28494/stat : 28494 (xcsp3-exec) S 28491 28494 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62610346 9740288 345 18446744073709551615 4194304 5098028 140731126919776 140731126917880 140683883627132 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 14589952 140731126923640 140731126923845 140731126923845 140731126927339 0
/proc/28494/statm: 2378 345 289 221 0 87 0
[pid=28496] ppid=28494 vsize=13980732 memory=76036 CPUtime=1.86 cores=1,3,5,7
/proc/28496/stat : 28496 (java) S 28494 28494 11586 0 -1 1077944320 14059 0 0 0 180 6 0 0 20 0 15 0 62610354 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140723164913392 140354869923575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
/proc/28496/statm: 3495183 19009 3184 1 0 3483476 0
[pid=28496/tid=28497] ppid=28494 vsize=13980732 memory=67808 CPUtime=0.76 cores=1,3,5,7
/proc/28496/task/28497/stat : 28497 (java) R 28494 28494 11586 0 -1 4202560 8650 0 0 0 72 4 0 0 20 0 15 0 62610355 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354874160912 140354515224443 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28498] ppid=28494 vsize=13980732 memory=7524482958405690457 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28498/stat : 28498 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354835205264 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28499] ppid=28494 vsize=13980732 memory=7379523345399702617 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28499/stat : 28499 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354468973584 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28500] ppid=28494 vsize=13980732 memory=7379523345399702617 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28500/stat : 28500 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354467920784 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28501] ppid=28494 vsize=13980732 memory=7379523345399702617 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28501/stat : 28501 (java) S 28494 28494 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62610355 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354466867984 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28502] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28502/stat : 28502 (java) S 28494 28494 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354348566896 140354869934722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28503] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28503/stat : 28503 (java) S 28494 28494 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62610357 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354347512864 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28504] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28504/stat : 28504 (java) S 28494 28494 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62610358 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354346460016 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28505] ppid=28494 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28505/stat : 28505 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354345408336 140354869942171 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28506] ppid=28494 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/28496/task/28506/stat : 28506 (java) R 28494 28494 11586 0 -1 4202560 1464 0 0 0 32 0 0 0 20 0 15 0 62610360 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354344346672 140354855937899 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28507] ppid=28494 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/28496/task/28507/stat : 28507 (java) R 28494 28494 11586 0 -1 4202560 930 0 0 0 32 0 0 0 20 0 15 0 62610360 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354343295248 140354849230951 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28508] ppid=28494 vsize=13980732 memory=13 CPUtime=0.42 cores=1,3,5,7
/proc/28496/task/28508/stat : 28508 (java) S 28494 28494 11586 0 -1 1077944384 1708 0 0 0 42 0 0 0 20 0 15 0 62610360 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354342251120 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28509] ppid=28494 vsize=13980732 memory=3 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28509/stat : 28509 (java) S 28494 28494 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62610360 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354341198560 140354869933781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
[pid=28496/tid=28510] ppid=28494 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28496/task/28510/stat : 28510 (java) S 28494 28494 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62610364 14316269568 19009 18446744073709551615 4194304 4196468 140723164930848 140354340145840 140354869934722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34897920 140723164938673 140723164938849 140723164938849 140723164942287 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 77416 KiB

Child status: 0
Real time (s): 0.964982
CPU time (s): 2.03305
CPU user time (s): 1.96025
CPU system time (s): 0.072798
CPU usage (%): 210.682
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 77416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.96025
system time used= 0.072798
maximum resident set size= 78752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14761
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= 1875
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 28494
#   total CPU time (s): 2.03305
#   total CPU user time (s): 1.96025
#   total CPU system time (s): 0.072798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027623 second user time and 0.047255 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 22:17:21
IDJOB=4269385
IDBENCH=123744
IDSOLVER=2660
FILE ID=node124/4269385-1502742697
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Bibd/Bibd-sc-stab2/Bibd-sc-06-03-06.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-4269385-1502742697/watcher-4269385-1502742697 -o /tmp/evaluation-result-4269385-1502742697/solver-4269385-1502742697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1195071446 HOME/instance-4269385-1502742697.xml

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

MD5SUM BENCH= ff6ab5e1120ff4c45101ac036dd13766
RANDOM SEED=1195071446

node124.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.51
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.51
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.51
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.51
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:        29996312 kB
MemAvailable:   30394160 kB
Buffers:          222976 kB
Cached:           462520 kB
SwapCached:            0 kB
Active:          2058436 kB
Inactive:         268640 kB
Active(anon):    1593140 kB
Inactive(anon):    81952 kB
Active(file):     465296 kB
Inactive(file):   186688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8028 kB
Writeback:             0 kB
AnonPages:       1641372 kB
Mapped:            58112 kB
Shmem:             33512 kB
Slab:             149744 kB
SReclaimable:     123400 kB
SUnreclaim:        26344 kB
KernelStack:        3456 kB
PageTables:         8204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3470212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1521664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node124 at 2017-08-14 22:17:22