Trace number 4292726

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.7 seq (493a269)UNSAT 701.871 693.579

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f03_c18.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.0012
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292726-1532288846.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292726-1532288846.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
4.13/1.41	c solve instance...
701.78/693.57	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292726-1532288846/watcher-4292726-1532288846 -o /tmp/evaluation-result-4292726-1532288846/solver-4292726-1532288846 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5950 --watchdog 2560 HOME/xcsp3-exec -seed 462398764 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292726-1532288846.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7173, runsolver pid=7170
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.47 1.53 1.55 3/221 7189
/proc/meminfo: memFree=14953828/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14082840 memory=28128 CPUtime=0.12 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 5474 0 0 0 11 1 0 0 20 0 15 0 46447720 14420828160 7032 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3520710 7032 2976 1 0 3483008 0
[pid=7175/tid=7176] ppid=7173 vsize=14082840 memory=7827438256325366619 CPUtime=0.09 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 3480 0 0 0 9 0 0 0 20 0 15 0 46447720 14420828160 7097 33554432000 4194304 4196468 140735374194096 140641461432544 140641457212822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14420828160 7097 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14082840 memory=140606351689344 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14420828160 7097 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14420828160 7097 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14420828160 7097 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14082840 memory=140606351689344 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447722 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46447723 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640569464224 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46447723 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640568411632 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 46447725 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) R 7173 7173 3347 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 15 0 46447725 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14082840 memory=140606351689344 CPUtime=0.01 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) R 7173 7173 3347 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 46447726 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640564201712 140641438459826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14082840 memory=140606351689344 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447726 14420828160 7097 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29580 KiB

[startup+0.213192 s]*
/proc/loadavg: 1.47 1.53 1.55 3/221 7189
/proc/meminfo: memFree=14942040/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14087096 memory=40740 CPUtime=0.34 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 8222 0 0 0 32 2 0 0 20 0 15 0 46447720 14425186304 10185 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3521774 10185 3179 1 0 3483008 0
[pid=7175/tid=7176] ppid=7173 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 5447 0 0 0 19 1 0 0 20 0 15 0 46447720 14425186304 10185 33554432000 4194304 4196468 140735374194096 140641461421880 140641449878901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14087096 memory=8967 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 10185 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14087096 memory=140606351959251 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 10185 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 10185 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 10185 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14087096 memory=140606351689344 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46447722 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46447723 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640569464224 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46447723 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640568411632 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 472 0 0 0 2 0 0 0 20 0 15 0 46447725 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14087096 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 241 0 0 0 2 0 0 0 20 0 15 0 46447725 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14087096 memory=140606351689344 CPUtime=0.07 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) R 7173 7173 3347 0 -1 4202560 761 0 0 0 7 0 0 0 20 0 15 0 46447726 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447726 14425186304 10185 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42192 KiB

[startup+0.310857 s]*
/proc/loadavg: 1.47 1.53 1.55 3/221 7189
/proc/meminfo: memFree=14935340/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14087096 memory=47748 CPUtime=0.52 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 9079 0 0 0 49 3 0 0 20 0 15 0 46447720 14425186304 11937 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3521774 11937 3211 1 0 3483008 0
[pid=7175/tid=7176] ppid=7173 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 6130 0 0 0 28 1 0 0 20 0 15 0 46447720 14425186304 11937 33554432000 4194304 4196468 140735374194096 140641461432000 140641441281374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 11937 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 11937 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 11937 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14425186304 11937 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46447722 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46447723 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640569464224 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46447723 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640568411632 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14087096 memory=-8412660965215072671 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14087096 memory=-7384621950708166502 CPUtime=0.04 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 484 0 0 0 4 0 0 0 20 0 15 0 46447725 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 244 0 0 0 4 0 0 0 20 0 15 0 46447725 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 919 0 0 0 12 0 0 0 20 0 15 0 46447726 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447726 14425186304 11937 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49200 KiB

[startup+0.702702 s]
/proc/loadavg: 1.47 1.53 1.55 6/221 7189
/proc/meminfo: memFree=14850576/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14089220 memory=191776 CPUtime=1.75 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 14527 0 0 0 169 6 0 0 20 0 15 0 46447720 14427361280 47944 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3522305 47944 3349 1 0 3483520 0
[pid=7175/tid=7176] ppid=7173 vsize=14089220 memory=3472328296227679313 CPUtime=0.66 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 1077944384 6766 0 0 0 63 3 0 0 20 0 15 0 46447720 14427361280 47944 33554432000 4194304 4196468 140735374194096 140641461435040 140641457211093 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14427361280 47944 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 46447721 14427361280 47944 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14089220 memory=15676 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 46447721 14427361280 47944 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447721 14427361280 47944 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14089220 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 46447722 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14089220 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46447723 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640569464224 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14089220 memory=796 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46447723 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640568411632 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14089220 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14089220 memory=12984 CPUtime=0.33 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) R 7173 7173 3347 0 -1 4202560 2047 0 0 0 33 0 0 0 20 0 15 0 46447725 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640566295472 140641438721747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14089220 memory=5664 CPUtime=0.3 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) R 7173 7173 3347 0 -1 4202560 1677 0 0 0 30 0 0 0 20 0 15 0 46447725 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640565241568 140641438745121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14089220 memory=4620 CPUtime=0.4 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 2623 0 0 0 40 0 0 0 20 0 15 0 46447726 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14089220 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14089220 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46447726 14427361280 47944 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 193228 KiB

[startup+1.50137 s]
/proc/loadavg: 1.59 1.55 1.56 5/221 7189
/proc/meminfo: memFree=14785252/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0

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

/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14091268 memory=411148 CPUtime=700.49 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 71304 0 0 0 70008 41 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3522817 102787 3404 1 0 3484032 0
[pid=7175/tid=7176] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=691.99 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 14938 0 0 0 69193 6 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641461440416 140641079940258 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14091268 memory=4126316290023845779 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 836 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14091268 memory=796 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2355 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14091268 memory=4036 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 957 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14091268 memory=15688 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 2212 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14091268 memory=1452 CPUtime=0.03 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 1687 0 0 0 2 1 0 0 20 0 15 0 46447722 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640569464288 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14091268 memory=411148 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640568411648 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14091268 memory=2680 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14091268 memory=2676 CPUtime=3.07 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 12752 0 0 0 305 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14091268 memory=4100 CPUtime=3.54 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 21557 0 0 0 352 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14091268 memory=1404 CPUtime=0.95 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 11198 0 0 0 93 2 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14091268 memory=3240 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14091268 memory=1452 CPUtime=0.34 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1475 0 0 0 16 18 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 700.49 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 412600 KiB

[startup+693.001 s]
/proc/loadavg: 2.03 1.96 1.79 3/221 7517
/proc/meminfo: memFree=15690556/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14091268 memory=411148 CPUtime=701.28 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 71324 0 0 0 70087 41 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3522817 102787 3404 1 0 3484032 0
[pid=7175/tid=7176] ppid=7173 vsize=14091268 memory=3852 CPUtime=692.78 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 14939 0 0 0 69272 6 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641461440416 140641078559135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 836 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14091268 memory=1452 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2355 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 957 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14091268 memory=1408 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 2212 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14091268 memory=4486604260213485459 CPUtime=0.03 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 1687 0 0 0 2 1 0 0 20 0 15 0 46447722 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14091268 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640569464288 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14091268 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640568411648 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14091268 memory=411148 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=3.07 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 12755 0 0 0 305 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14091268 memory=9708 CPUtime=3.54 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 21563 0 0 0 352 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14091268 memory=1788 CPUtime=0.95 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 11204 0 0 0 93 2 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14091268 memory=644 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14091268 memory=1452 CPUtime=0.34 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1479 0 0 0 16 18 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 701.28 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 412600 KiB

[startup+693.401 s]
/proc/loadavg: 2.03 1.96 1.79 3/221 7517
/proc/meminfo: memFree=15690564/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14091268 memory=411148 CPUtime=701.68 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 71329 0 0 0 70127 41 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3522817 102787 3404 1 0 3484032 0
[pid=7175/tid=7176] ppid=7173 vsize=14091268 memory=411148 CPUtime=693.18 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 14942 0 0 0 69312 6 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641461440416 140641078801953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 836 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14091268 memory=-7175204567652784766 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2355 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14091268 memory=3054156605268465310 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 957 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14091268 memory=7810203162179559526 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 2212 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14091268 memory=7302423404008465258 CPUtime=0.03 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 1687 0 0 0 2 1 0 0 20 0 15 0 46447722 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14091268 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640569464288 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14091268 memory=9708 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640568411648 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14091268 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14091268 memory=644 CPUtime=3.07 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 12755 0 0 0 305 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14091268 memory=956 CPUtime=3.54 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 21563 0 0 0 352 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14091268 memory=2336 CPUtime=0.95 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 11204 0 0 0 93 2 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14091268 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14091268 memory=928 CPUtime=0.34 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1481 0 0 0 16 18 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 701.68 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 412600 KiB

[startup+693.501 s]
/proc/loadavg: 2.03 1.96 1.79 3/221 7517
/proc/meminfo: memFree=15690564/32770624 swapFree=67108860/67108860
[pid=7173] ppid=7170 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7173/stat : 7173 (xcsp3-exec) S 7170 7173 3347 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46447720 115843072 363 33554432000 4194304 5098028 140732212347152 140732212345256 140431902507644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39006208 140732212352059 140732212352260 140732212352260 140732212355018 0
/proc/7173/statm: 28282 363 305 221 0 87 0
[pid=7175] ppid=7173 vsize=14091268 memory=411148 CPUtime=701.78 cores=1,3,5,7
/proc/7175/stat : 7175 (java) S 7173 7173 3347 0 -1 1077944320 71329 0 0 0 70137 41 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140735374176640 140641457200887 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
/proc/7175/statm: 3522817 102787 3404 1 0 3484032 0
[pid=7175/tid=7176] ppid=7173 vsize=14091268 memory=1452 CPUtime=693.28 cores=1,3,5,7
/proc/7175/task/7176/stat : 7176 (java) R 7173 7173 3347 0 -1 4202560 14942 0 0 0 69322 6 0 0 20 0 15 0 46447720 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641461440416 140641077899490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7177] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7177/stat : 7177 (java) S 7173 7173 3347 0 -1 1077944384 836 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641394800912 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7178] ppid=7173 vsize=14091268 memory=1452 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7178/stat : 7178 (java) S 7173 7173 3347 0 -1 1077944384 2355 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641393748368 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7179] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7179/stat : 7179 (java) S 7173 7173 3347 0 -1 1077944384 957 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641392695824 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7180] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.12 cores=1,3,5,7
/proc/7175/task/7180/stat : 7180 (java) S 7173 7173 3347 0 -1 1077944384 2212 0 0 0 9 3 0 0 20 0 15 0 46447721 14429458432 102787 33554432000 4194304 4196468 140735374194096 140641391643280 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7181] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.03 cores=1,3,5,7
/proc/7175/task/7181/stat : 7181 (java) S 7173 7173 3347 0 -1 1077944384 1687 0 0 0 2 1 0 0 20 0 15 0 46447722 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640570518000 140641457212034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7182] ppid=7173 vsize=14091268 memory=411148 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7182/stat : 7182 (java) S 7173 7173 3347 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640569464288 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7183] ppid=7173 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7183/stat : 7183 (java) S 7173 7173 3347 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 46447723 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640568411648 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7184] ppid=7173 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7184/stat : 7184 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640567360208 140641457219483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7185] ppid=7173 vsize=14091268 memory=4036 CPUtime=3.07 cores=1,3,5,7
/proc/7175/task/7185/stat : 7185 (java) S 7173 7173 3347 0 -1 1077944384 12755 0 0 0 305 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640566306800 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7186] ppid=7173 vsize=14091268 memory=1452 CPUtime=3.54 cores=1,3,5,7
/proc/7175/task/7186/stat : 7186 (java) S 7173 7173 3347 0 -1 1077944384 21563 0 0 0 352 2 0 0 20 0 15 0 46447725 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640565254256 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7187] ppid=7173 vsize=14091268 memory=411148 CPUtime=0.95 cores=1,3,5,7
/proc/7175/task/7187/stat : 7187 (java) S 7173 7173 3347 0 -1 1077944384 11204 0 0 0 93 2 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640564201712 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7188] ppid=7173 vsize=14091268 memory=411148 CPUtime=0 cores=1,3,5,7
/proc/7175/task/7188/stat : 7188 (java) S 7173 7173 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640563149408 140641457211093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
[pid=7175/tid=7189] ppid=7173 vsize=14091268 memory=4036 CPUtime=0.34 cores=1,3,5,7
/proc/7175/task/7189/stat : 7189 (java) S 7173 7173 3347 0 -1 1077944384 1481 0 0 0 16 18 0 0 20 0 15 0 46447726 14429458432 102787 33554432000 4194304 4196468 140735374194096 140640562096944 140641457212034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 14635008 140735374197889 140735374198065 140735374198065 140735374200783 0
Current children cumulated CPU time: 701.78 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 412600 KiB

Child status: 0
Real time (s): 693.579
CPU time (s): 701.871
CPU user time (s): 701.451
CPU system time (s): 0.419262
CPU usage (%): 101.196
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 430564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 701.451
system time used= 0.419262
maximum resident set size= 431180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18072
involuntary context switches= 474


# summary of solver processes directly reported to runsolver:
#   pid: 7173
#   total CPU time (s): 701.871
#   total CPU user time (s): 701.451
#   total CPU system time (s): 0.419262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.57374 second user time and 6.75223 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 21:47:26
IDJOB=4292726
IDBENCH=141178
IDSOLVER=2747
FILE ID=node133/4292726-1532288846
RUNJOBID= node133-1532279307-5950
PBS_JOBID= 21018968
Free space on /tmp= 52624 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f03_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292726-1532288846/watcher-4292726-1532288846 -o /tmp/evaluation-result-4292726-1532288846/solver-4292726-1532288846 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5950 --watchdog 2560  HOME/xcsp3-exec -seed 462398764 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292726-1532288846.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=462398764

node133.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.24
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.24
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.24
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.24
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:        14971168 kB
MemAvailable:   29791860 kB
Buffers:          206912 kB
Cached:         14690680 kB
SwapCached:            0 kB
Active:          3434980 kB
Inactive:       13659428 kB
Active(anon):    2186880 kB
Inactive(anon):    29520 kB
Active(file):    1248100 kB
Inactive(file): 13629908 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20656 kB
Writeback:             0 kB
AnonPages:       2203856 kB
Mapped:            49012 kB
Shmem:             17056 kB
Slab:             398656 kB
SReclaimable:     371144 kB
SUnreclaim:        27512 kB
KernelStack:        3632 kB
PageTables:         9220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2833912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2107392 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= 52604 MiB
End job on node133 at 2018-07-22 21:58:59