Trace number 4284587

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT2 11.0907 7.1470699

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-10.xml
MD5SUMf18d8089cff3557044696c3f39147249
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.14214499
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints120
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":45}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":55},{"degree":9,"count":45}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":120}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284587-1503216026.xml"  -tl '264s' -p 1 -x 3
0.13/0.14	c [HOME/instance-4284587-1503216026.xml, -tl, 264s, -p, 1, -x, 3]
0.13/0.19	c simple solver
0.33/0.26	c parse instance...
9.54/6.47	c solve instance...
10.48/6.97	o 3 
10.48/6.99	o 2 
11.01/7.12	s OPTIMUM FOUND
11.01/7.12	v <instantiation>
11.01/7.12	v 	<list>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[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][6] x[5][7] x[5][8] x[5][9] x[6][7] x[6][8] x[6][9] x[7][8] x[7][9] x[8][9] </list>
11.01/7.12	v 	<values>0 1 0 2 0 2 0 1 1 1 2 0 2 0 1 0 1 0 2 1 1 0 0 2 0 1 0 1 1 0 0 1 0 2 1 0 2 0 1 0 1 2 2 0 0 </values>
11.01/7.12	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 (11103 MiB free)
  memory of node 1: 16384 MiB (9386 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284587-1503216026/watcher-4284587-1503216026 -o /tmp/evaluation-result-4284587-1503216026/solver-4284587-1503216026 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1972190992 HOME/instance-4284587-1503216026.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=25725, runsolver pid=25722

[startup+0.102703 s]*
/proc/loadavg: 1.55 1.88 1.93 4/217 25741
/proc/meminfo: memFree=20964216/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13978596 memory=28624 CPUtime=0.13 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 5535 0 0 0 12 1 0 0 20 0 15 0 154690224 14314082304 7156 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3494649 7156 2868 1 0 3482966 0
[pid=25727/tid=25728] ppid=25725 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 3463 0 0 0 8 1 0 0 20 0 15 0 154690224 14314082304 7156 33554432000 4194304 4196468 140733648736400 140574875535152 140574871323805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690225 14314082304 7156 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13978596 memory=139982391965312 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14314082304 7156 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14314082304 7156 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14314082304 7156 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13978596 memory=139982391965312 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690226 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154690227 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154690227 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 154690229 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 154690229 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13978596 memory=139982391965312 CPUtime=0.01 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) R 25725 25725 19988 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 154690229 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573843884272 140574871323226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13978596 memory=139982391965312 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690230 14314082304 7156 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30004 KiB

[startup+0.210692 s]*
/proc/loadavg: 1.55 1.88 1.93 3/217 25741
/proc/meminfo: memFree=20952680/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13982852 memory=40420 CPUtime=0.33 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 8232 0 0 0 31 2 0 0 20 0 15 0 154690224 14318440448 10105 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3495713 10105 3048 1 0 3482966 0
[pid=25727/tid=25728] ppid=25725 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) D 25725 25725 19988 0 -1 1077944384 5373 0 0 0 18 1 0 0 20 0 15 0 154690224 14318440448 10105 33554432000 4194304 4196468 140733648736400 140574875512784 140574863981101 0 4 0 16800975 18446744072101760548 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13982852 memory=9107 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690225 14318440448 10105 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13982852 memory=139982391988583 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318440448 10105 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318440448 10105 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318473216 10105 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13982852 memory=139982391965312 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690226 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154690227 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154690227 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 437 0 0 0 2 0 0 0 20 0 15 0 154690229 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13982884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 154690229 14318473216 10105 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13982884 memory=139982391965312 CPUtime=0.08 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) S 25725 25725 19988 0 -1 1077944384 754 0 0 0 8 0 0 0 20 0 15 0 154690229 14318473216 10105 33554432000 4194304 4196468 140733648736400 140573843884272 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690230 14318440448 10105 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41800 KiB

[startup+0.31057 s]*
/proc/loadavg: 1.55 1.88 1.93 6/217 25741
/proc/meminfo: memFree=20945608/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13982852 memory=47592 CPUtime=0.5 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 9102 0 0 0 48 2 0 0 20 0 15 0 154690224 14318440448 11898 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3495713 11898 3102 1 0 3482966 0
[pid=25727/tid=25728] ppid=25725 vsize=13982928 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 6038 0 0 0 27 2 0 0 20 0 15 0 154690224 14318518272 11898 33554432000 4194304 4196468 140733648736400 140574875534208 140574863979893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13982928 memory=9469 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 11898 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13982928 memory=3760840147386781520 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 11898 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 11898 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 11898 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690226 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154690227 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154690227 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 15 0 154690229 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 15 0 154690229 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) R 25725 25725 19988 0 -1 4202560 873 0 0 0 12 0 0 0 20 0 15 0 154690229 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573843884272 140574871323226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690230 14318518272 11898 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48972 KiB

[startup+0.700753 s]
/proc/loadavg: 1.55 1.88 1.93 3/217 25741
/proc/meminfo: memFree=20931148/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13982928 memory=78700 CPUtime=1.19 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 10226 0 0 0 115 4 0 0 20 0 15 0 154690224 14318518272 19675 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3495732 19675 3186 1 0 3482966 0
[pid=25727/tid=25728] ppid=25725 vsize=13982928 memory=23660 CPUtime=0.68 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 6476 0 0 0 65 3 0 0 20 0 15 0 154690224 14318518272 19675 33554432000 4194304 4196468 140733648736400 140574875518976 140574500630654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13982928 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 19675 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13982928 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 19675 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13982928 memory=640 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 19675 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13982928 memory=956 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154690225 14318518272 19675 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13982928 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154690226 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13982928 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154690227 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13982928 memory=932 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154690227 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13982928 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13982928 memory=4124 CPUtime=0.14 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 686 0 0 0 14 0 0 0 20 0 15 0 154690229 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13982928 memory=2200 CPUtime=0.13 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 683 0 0 0 13 0 0 0 20 0 15 0 154690229 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13982928 memory=7528 CPUtime=0.21 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) S 25725 25725 19988 0 -1 1077944384 1073 0 0 0 21 0 0 0 20 0 15 0 154690229 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573843884272 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13982928 memory=840 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13982928 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154690230 14318518272 19675 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 80080 KiB

[startup+1.50078 s]
/proc/loadavg: 1.55 1.88 1.93 3/217 25741
/proc/meminfo: memFree=20869460/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0

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

/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13984976 memory=781824 CPUtime=9.54 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 36410 0 0 0 889 65 0 0 20 0 15 0 154690224 14320615424 195456 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3496244 195456 3232 1 0 3483478 0
[pid=25727/tid=25728] ppid=25725 vsize=13984976 memory=279964491173872 CPUtime=4.85 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 7344 0 0 0 480 5 0 0 20 0 15 0 154690224 14320615424 195456 33554432000 4194304 4196468 140733648736400 140574875537088 140574500533839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13984976 memory=112661958232810 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 5132 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 195456 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13984976 memory=112670548167146 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 5212 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 195456 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13984976 memory=112670548167146 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 4847 0 0 0 71 13 0 0 20 0 15 0 154690225 14320615424 195456 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13984976 memory=112670548166890 CPUtime=0.83 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 5660 0 0 0 69 14 0 0 20 0 15 0 154690225 14320615424 195456 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13984976 memory=2428 CPUtime=0.65 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 1750 0 0 0 65 0 0 0 20 0 15 0 154690226 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13984976 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13984976 memory=1228 CPUtime=0.16 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 793 0 0 0 16 0 0 0 20 0 15 0 154690229 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13984976 memory=5428 CPUtime=0.15 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 804 0 0 0 15 0 0 0 20 0 15 0 154690229 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13984976 memory=4624 CPUtime=0.29 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) S 25725 25725 19988 0 -1 1077944384 3451 0 0 0 29 0 0 0 20 0 15 0 154690229 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573843884272 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13984976 memory=13160 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154690230 14320615424 195456 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 783204 KiB

[startup+6.80076 s]
/proc/loadavg: 1.50 1.86 1.93 3/217 25741
/proc/meminfo: memFree=20207876/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13984976 memory=784016 CPUtime=10.26 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 37638 0 0 0 961 65 0 0 20 0 15 0 154690224 14320615424 196004 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3496244 196004 3249 1 0 3483478 0
[pid=25727/tid=25728] ppid=25725 vsize=13984976 memory=6791534058613427641 CPUtime=5.26 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 7733 0 0 0 520 6 0 0 20 0 15 0 154690224 14320615424 196004 33554432000 4194304 4196468 140733648736400 140574875540144 140574501503898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13984976 memory=288230596050944315 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 5132 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196004 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13984976 memory=3832619564966098494 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 5212 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196004 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13984976 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 4847 0 0 0 71 13 0 0 20 0 15 0 154690225 14320615424 196004 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13984976 memory=4206468019014099040 CPUtime=0.83 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 5660 0 0 0 69 14 0 0 20 0 15 0 154690225 14320615424 196004 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13984976 memory=279964490820800 CPUtime=0.65 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 1750 0 0 0 65 0 0 0 20 0 15 0 154690226 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13984976 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 1115 0 0 0 27 0 0 0 20 0 15 0 154690229 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13984976 memory=-2827449378222515572 CPUtime=0.29 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 1027 0 0 0 29 0 0 0 20 0 15 0 154690229 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13984976 memory=6944656592455359580 CPUtime=0.36 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) S 25725 25725 19988 0 -1 1077944384 3745 0 0 0 36 0 0 0 20 0 15 0 154690229 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573843884272 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13984976 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154690230 14320615424 196004 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 10.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 785396 KiB

[startup+7.00686 s]*
/proc/loadavg: 1.50 1.86 1.93 3/217 25741
/proc/meminfo: memFree=20205644/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13984976 memory=785328 CPUtime=10.71 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 38037 0 0 0 1005 66 0 0 20 0 15 0 154690224 14320615424 196332 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3496244 196332 3256 1 0 3483478 0
[pid=25727/tid=25728] ppid=25725 vsize=13984976 memory=6791534058613427641 CPUtime=5.47 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 7775 0 0 0 541 6 0 0 20 0 15 0 154690224 14320615424 196332 33554432000 4194304 4196468 140733648736400 140574875540752 140574871313814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13984976 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 5132 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196332 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13984976 memory=2867664656544031 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 5212 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196332 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13984976 memory=664954319714410818 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 4847 0 0 0 71 13 0 0 20 0 15 0 154690225 14320615424 196332 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13984976 memory=7378697629480333359 CPUtime=0.83 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 5660 0 0 0 69 14 0 0 20 0 15 0 154690225 14320615424 196332 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13984976 memory=7378801370855538864 CPUtime=0.65 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 1750 0 0 0 65 0 0 0 20 0 15 0 154690226 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13984976 memory=3472328296227670329 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13984976 memory=7754532806735262483 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13984976 memory=-7523660553960122769 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) S 25725 25725 19988 0 -1 1077944384 1134 0 0 0 33 0 0 0 20 0 15 0 154690229 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573845989360 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13984976 memory=3835131987760264496 CPUtime=0.41 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) S 25725 25725 19988 0 -1 1077944384 1272 0 0 0 41 0 0 0 20 0 15 0 154690229 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573844936816 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13984976 memory=139982391967920 CPUtime=0.4 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) R 25725 25725 19988 0 -1 4202560 3839 0 0 0 40 0 0 0 20 0 15 0 154690229 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573843879536 140574871313814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13984976 memory=3762953770363748528 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154690230 14320615424 196332 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 10.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 786708 KiB

[startup+7.11112 s]
/proc/loadavg: 1.50 1.86 1.93 3/217 25741
/proc/meminfo: memFree=20205644/32770624 swapFree=67108860/67108860
[pid=25725] ppid=25722 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25725/stat : 25725 (xcsp3-exec) S 25722 25725 19988 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154690223 9740288 345 33554432000 4194304 5098028 140721749986864 140721749984968 140161094107772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26042368 140721749988468 140721749988672 140721749988672 140721749991403 0
/proc/25725/statm: 2378 345 289 221 0 87 0
[pid=25727] ppid=25725 vsize=13984976 memory=786580 CPUtime=11.01 cores=1,3,5,7
/proc/25727/stat : 25727 (java) S 25725 25725 19988 0 -1 1077944320 38426 0 0 0 1035 66 0 0 20 0 15 0 154690224 14320615424 196645 33554432000 4194304 4196468 140733648736400 140733648718944 140574871301879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
/proc/25727/statm: 3496244 196645 3256 1 0 3483478 0
[pid=25727/tid=25728] ppid=25725 vsize=13984976 memory=8514701219881124774 CPUtime=5.57 cores=1,3,5,7
/proc/25727/task/25728/stat : 25728 (java) R 25725 25725 19988 0 -1 4202560 7778 0 0 0 551 6 0 0 20 0 15 0 154690224 14320615424 196645 33554432000 4194304 4196468 140733648736400 140574875540304 140574502079830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25729] ppid=25725 vsize=13984976 memory=1380 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25729/stat : 25729 (java) S 25725 25725 19988 0 -1 1077944384 5132 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196645 33554432000 4194304 4196468 140733648736400 140574823921936 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25730] ppid=25725 vsize=13984976 memory=56 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25730/stat : 25730 (java) S 25725 25725 19988 0 -1 1077944384 5212 0 0 0 70 14 0 0 20 0 15 0 154690225 14320615424 196645 33554432000 4194304 4196468 140733648736400 140574822869392 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25731] ppid=25725 vsize=13984976 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/25727/task/25731/stat : 25731 (java) S 25725 25725 19988 0 -1 1077944384 4847 0 0 0 71 13 0 0 20 0 15 0 154690225 14320615424 196645 33554432000 4194304 4196468 140733648736400 140574821816848 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25732] ppid=25725 vsize=13984976 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/25727/task/25732/stat : 25732 (java) S 25725 25725 19988 0 -1 1077944384 5660 0 0 0 69 14 0 0 20 0 15 0 154690225 14320615424 196645 33554432000 4194304 4196468 140733648736400 140574820764304 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25733] ppid=25725 vsize=13984976 memory=139982245650720 CPUtime=0.65 cores=1,3,5,7
/proc/25727/task/25733/stat : 25733 (java) S 25725 25725 19988 0 -1 1077944384 1750 0 0 0 65 0 0 0 20 0 15 0 154690226 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573850200560 140574871313026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25734] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25734/stat : 25734 (java) S 25725 25725 19988 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573849146784 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25735] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25735/stat : 25735 (java) S 25725 25725 19988 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154690227 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573848094192 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25736] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25736/stat : 25736 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573847042768 140574871320475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25737] ppid=25725 vsize=13984976 memory=1801 CPUtime=0.41 cores=1,3,5,7
/proc/25727/task/25737/stat : 25737 (java) R 25725 25725 19988 0 -1 4202560 1395 0 0 0 41 0 0 0 20 0 15 0 154690229 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573845975384 140574850551839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25738] ppid=25725 vsize=13984976 memory=1380 CPUtime=0.49 cores=1,3,5,7
/proc/25727/task/25738/stat : 25738 (java) R 25725 25725 19988 0 -1 4202560 1297 0 0 0 49 0 0 0 20 0 15 0 154690229 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573844922048 140574855689798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25739] ppid=25725 vsize=13984976 memory=781800 CPUtime=0.45 cores=1,3,5,7
/proc/25727/task/25739/stat : 25739 (java) S 25725 25725 19988 0 -1 1077944384 3938 0 0 0 44 1 0 0 20 0 15 0 154690229 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573843884272 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25740] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25740/stat : 25740 (java) S 25725 25725 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154690229 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573842831968 140574871312085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
[pid=25727/tid=25741] ppid=25725 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25727/task/25741/stat : 25741 (java) S 25725 25725 19988 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154690230 14320615424 196645 33554432000 4194304 4196468 140733648736400 140573841779504 140574871313026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31653888 140733648741533 140733648741708 140733648741708 140733648744399 0
Current children cumulated CPU time: 11.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 787960 KiB

Child status: 0
Real time (s): 7.14707
CPU time (s): 11.0907
CPU user time (s): 10.4141
CPU system time (s): 0.676582
CPU usage (%): 155.178
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 787960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4141
system time used= 0.676582
maximum resident set size= 788760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39254
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= 2882
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 25725
#   total CPU time (s): 11.0907
#   total CPU user time (s): 10.4141
#   total CPU system time (s): 0.676582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078966 second user time and 0.105288 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 09:46:06
IDJOB=4284587
IDBENCH=140555
IDSOLVER=2680
FILE ID=node114/4284587-1503216026
RUNJOBID= node114-1503208995-20020
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-10.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-4284587-1503216026/watcher-4284587-1503216026 -o /tmp/evaluation-result-4284587-1503216026/solver-4284587-1503216026 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1972190992 HOME/instance-4284587-1503216026.xml

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

MD5SUM BENCH= f18d8089cff3557044696c3f39147249
RANDOM SEED=1972190992

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        20981532 kB
MemAvailable:   31729556 kB
Buffers:          262040 kB
Cached:         10771796 kB
SwapCached:            0 kB
Active:          2247496 kB
Inactive:        9079292 kB
Active(anon):     284668 kB
Inactive(anon):    44260 kB
Active(file):    1962828 kB
Inactive(file):  9035032 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        253044 kB
Mapped:            64296 kB
Shmem:             33416 kB
Slab:             159364 kB
SReclaimable:     131996 kB
SUnreclaim:        27368 kB
KernelStack:        3840 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-20 09:46:13