Trace number 4292543

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)SAT 5.47569 2.51633

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
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-4292543-1532288486.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292543-1532288486.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
0.72/0.50	c solve instance...
5.45/2.51	s SATISFIABLE
5.45/2.51	v <instantiation>
5.45/2.51	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3] </list>
5.45/2.51	v 	<values>18 21 2 0 1 25 15 26 24 16 9 4 3 16 18 19 21 2 24 14 25 10 1 11 8 15 20 7 12 5 17 4 13 26 23 9 6 22 </values>
5.45/2.51	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7251 MiB free)
  memory of node 1: 16384 MiB (10324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292543-1532288486/watcher-4292543-1532288486 -o /tmp/evaluation-result-4292543-1532288486/solver-4292543-1532288486 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6638 --watchdog 2560 HOME/xcsp3-exec -seed 1489751446 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292543-1532288486.xml 

running on 4 cores: 0,2,4,6

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=8669, runsolver pid=8666
Current StackSize limit: 8192 KiB


[startup+0.10376 s]*
/proc/loadavg: 2.60 2.14 2.08 4/218 8685
/proc/meminfo: memFree=17979240/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14082840 memory=28712 CPUtime=0.12 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 5553 0 0 0 11 1 0 0 20 0 15 0 46411479 14420828160 7178 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3520710 7178 3007 1 0 3483008 0
[pid=8671/tid=8672] ppid=8669 vsize=14082840 memory=8260909720459776859 CPUtime=0.09 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 3479 0 0 0 8 1 0 0 20 0 15 0 46411480 14420828160 7178 33554432000 4194304 4196468 140721437151040 139977397252992 139977393032598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14420828160 7178 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14082840 memory=139729766307456 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14420828160 7178 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14420828160 7178 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14082840 memory=139729766307456 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411482 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) S 8669 8669 3751 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976862799856 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14082840 memory=139729766307456 CPUtime=0.01 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) R 8669 8669 3751 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976860694768 139977393032598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14082840 memory=139729766307456 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411485 14420828160 7178 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30164 KiB

[startup+0.21075 s]*
/proc/loadavg: 2.60 2.14 2.08 4/218 8685
/proc/meminfo: memFree=17968324/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14082840 memory=40720 CPUtime=0.33 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 8263 0 0 0 31 2 0 0 20 0 15 0 46411479 14420828160 10180 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3520710 10180 3144 1 0 3483008 0
[pid=8671/tid=8672] ppid=8669 vsize=14084956 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) D 8669 8669 3751 0 -1 1077944384 5397 0 0 0 19 1 0 0 20 0 15 0 46411480 14422994944 10233 33554432000 4194304 4196468 140721437151040 139977397241656 139977395295943 0 4 0 16800975 18446744072101572132 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14084956 memory=12626 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14422994944 10233 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14087096 memory=139729766578420 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 10236 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 10236 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14087096 memory=139729766307456 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14087096 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) S 8669 8669 3751 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976862799856 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14087096 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 375 0 0 0 3 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14087096 memory=139729766307456 CPUtime=0.07 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 813 0 0 0 7 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 10236 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42172 KiB

[startup+0.310697 s]*
/proc/loadavg: 2.60 2.14 2.08 3/218 8685
/proc/meminfo: memFree=17960072/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14087096 memory=47596 CPUtime=0.5 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 9089 0 0 0 48 2 0 0 20 0 15 0 46411479 14425186304 11899 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3521774 11899 3221 1 0 3483008 0
[pid=8671/tid=8672] ppid=8669 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 6109 0 0 0 28 2 0 0 20 0 15 0 46411480 14425186304 11964 33554432000 4194304 4196468 140721437151040 139977397251776 139977377101150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 11964 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 11973 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 11973 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14087096 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14087096 memory=8325818968683490714 CPUtime=0.03 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) S 8669 8669 3751 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976862799856 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 384 0 0 0 4 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411485 14425186304 11973 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49048 KiB

[startup+0.701754 s]
/proc/loadavg: 2.60 2.14 2.08 4/218 8685
/proc/meminfo: memFree=17935880/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14089220 memory=69772 CPUtime=1.61 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 12629 0 0 0 157 4 0 0 20 0 15 0 46411479 14427361280 17443 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3522305 17443 3344 1 0 3483520 0
[pid=8671/tid=8672] ppid=8669 vsize=14089220 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 6952 0 0 0 65 2 0 0 20 0 15 0 46411480 14427361280 17443 33554432000 4194304 4196468 140721437151040 139977397257440 139977030748212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14089220 memory=288230600312369457 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 17443 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14089220 memory=14136640864017566 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 17443 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 17443 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14089220 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) R 8669 8669 3751 0 -1 4202560 1300 0 0 0 29 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976862789328 139977372707361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14089220 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) R 8669 8669 3751 0 -1 4202560 1023 0 0 0 29 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976861746448 139977370940299 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14089220 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 2047 0 0 0 32 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14089220 memory=7367994820054245709 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14089220 memory=7161947608178191213 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 17443 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 71224 KiB

[startup+1.50078 s]
/proc/loadavg: 2.60 2.14 2.08 5/218 8685
/proc/meminfo: memFree=17912692/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0

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

/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14089220 memory=89096 CPUtime=4.25 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 20080 0 0 0 420 5 0 0 20 0 15 0 46411479 14427361280 22274 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3522305 22274 3359 1 0 3483520 0
[pid=8671/tid=8672] ppid=8669 vsize=14089220 memory=1788 CPUtime=1.57 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 7435 0 0 0 155 2 0 0 20 0 15 0 46411480 14427361280 22274 33554432000 4194304 4196468 140721437151040 139977397258296 139977032031119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14089220 memory=644 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 22274 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14089220 memory=952 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 22274 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14089220 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 22274 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14089220 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14089220 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14089220 memory=928 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14089220 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14089220 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14089220 memory=15872 CPUtime=1.14 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) R 8669 8669 3751 0 -1 4202560 3732 0 0 0 114 0 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976862799856 139977372857001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14089220 memory=4008 CPUtime=1.09 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) R 8669 8669 3751 0 -1 4202560 4534 0 0 0 109 0 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976861747312 139977376433564 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14089220 memory=18460 CPUtime=0.42 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 3045 0 0 0 41 1 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14089220 memory=10392 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14089220 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 22274 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 90548 KiB

[startup+2.00069 s]*
/proc/loadavg: 2.60 2.14 2.08 3/218 8685
/proc/meminfo: memFree=17873308/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14089220 memory=99568 CPUtime=4.82 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 20168 0 0 0 477 5 0 0 20 0 15 0 46411479 14427361280 24892 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3522305 24892 3361 1 0 3483520 0
[pid=8671/tid=8672] ppid=8669 vsize=14089220 memory=-8601154818745352127 CPUtime=1.98 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 7456 0 0 0 195 3 0 0 20 0 15 0 46411480 14427361280 24892 33554432000 4194304 4196468 140721437151040 139977397259928 139977031241581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14089220 memory=3472328295574039403 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 24892 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14089220 memory=3617432054310570419 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 24892 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14089220 memory=7234540685668609138 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 24892 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14089220 memory=3616444587842287411 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14089220 memory=3760962319397095865 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14089220 memory=4629771062077588875 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14089220 memory=-8961168018402230209 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14089220 memory=-8253362762722141311 CPUtime=1.22 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) D 8669 8669 3751 0 -1 4202560 3748 0 0 0 122 0 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976862800152 139977372944799 0 4 0 16800975 18446744072100093061 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14089220 memory=7100839861465685612 CPUtime=1.17 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 4552 0 0 0 117 0 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14089220 memory=-7175204567652784766 CPUtime=0.43 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) D 8669 8669 3751 0 -1 4202560 3078 0 0 0 42 1 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976860694688 139977372944799 0 4 0 16800975 18446744072100093061 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14089220 memory=3054156605268465310 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14089220 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) D 8669 8669 3751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 24892 33554432000 4194304 4196468 140721437151040 139976858589920 139977377876750 0 4 0 16800975 18446744072100093061 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 101020 KiB

[startup+2.40072 s]
/proc/loadavg: 2.60 2.14 2.08 3/218 8685
/proc/meminfo: memFree=17873308/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14089220 memory=112012 CPUtime=5.35 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 21126 0 0 0 529 6 0 0 20 0 15 0 46411479 14427361280 28003 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3522305 28003 3365 1 0 3483520 0
[pid=8671/tid=8672] ppid=8669 vsize=14089220 memory=2200 CPUtime=2.36 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 7722 0 0 0 233 3 0 0 20 0 15 0 46411480 14427361280 28003 33554432000 4194304 4196468 140721437151040 139977397257160 139977032425408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14089220 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 28003 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14089220 memory=840 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 28003 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 28003 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14089220 memory=279459295235552 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14089220 memory=7306062783016687469 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14089220 memory=7090988413152880236 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14089220 memory=6935650355339879252 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14089220 memory=139729647635333 CPUtime=1.26 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) S 8669 8669 3751 0 -1 1077944384 3962 0 0 0 126 0 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976862799856 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14089220 memory=279459295253072 CPUtime=1.25 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 4830 0 0 0 125 0 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14089220 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 3226 0 0 0 42 1 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 28003 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 113464 KiB

[startup+2.50069 s]
/proc/loadavg: 2.60 2.14 2.08 3/218 8685
/proc/meminfo: memFree=17873308/32770624 swapFree=67108860/67108860
[pid=8669] ppid=8666 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8669/stat : 8669 (xcsp3-exec) S 8666 8669 3751 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 46411479 115843072 363 33554432000 4194304 5098028 140727251893568 140727251891672 140630969500284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23650304 140727251895354 140727251895556 140727251895556 140727251898314 0
/proc/8669/statm: 28282 363 306 221 0 87 0
[pid=8671] ppid=8669 vsize=14089220 memory=116108 CPUtime=5.45 cores=0,2,4,6
/proc/8671/stat : 8671 (java) S 8669 8669 3751 0 -1 1077944320 21130 0 0 0 539 6 0 0 20 0 15 0 46411479 14427361280 29027 33554432000 4194304 4196468 140721437151040 140721437133584 139977393020663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
/proc/8671/statm: 3522305 29027 3365 1 0 3483520 0
[pid=8671/tid=8672] ppid=8669 vsize=14089220 memory=2465 CPUtime=2.46 cores=0,2,4,6
/proc/8671/task/8672/stat : 8672 (java) R 8669 8669 3751 0 -1 4202560 7726 0 0 0 243 3 0 0 20 0 15 0 46411480 14427361280 29027 33554432000 4194304 4196468 140721437151040 139977397257160 139977032090732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8673] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8673/stat : 8673 (java) S 8669 8669 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 29027 33554432000 4194304 4196468 140721437151040 139977349572880 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8674] ppid=8669 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8674/stat : 8674 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 29027 33554432000 4194304 4196468 140721437151040 139977348520336 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8675] ppid=8669 vsize=14089220 memory=279459295264848 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8675/stat : 8675 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 29027 33554432000 4194304 4196468 140721437151040 139977347467792 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8676] ppid=8669 vsize=14089220 memory=12814 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8676/stat : 8676 (java) S 8669 8669 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46411480 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976985995920 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8677] ppid=8669 vsize=14089220 memory=2856 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8677/stat : 8677 (java) S 8669 8669 3751 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976867011056 139977393031810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8678] ppid=8669 vsize=14089220 memory=55 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8678/stat : 8678 (java) S 8669 8669 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976865957280 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8679] ppid=8669 vsize=14089220 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8679/stat : 8679 (java) S 8669 8669 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46411482 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976864904688 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8680] ppid=8669 vsize=14089220 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8680/stat : 8680 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976863853264 139977393039259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8681] ppid=8669 vsize=14089220 memory=6944656592455360604 CPUtime=1.26 cores=0,2,4,6
/proc/8671/task/8681/stat : 8681 (java) S 8669 8669 3751 0 -1 1077944384 3962 0 0 0 126 0 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976862799856 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8682] ppid=8669 vsize=14089220 memory=1452 CPUtime=1.25 cores=0,2,4,6
/proc/8671/task/8682/stat : 8682 (java) S 8669 8669 3751 0 -1 1077944384 4830 0 0 0 125 0 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976861747312 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8683] ppid=8669 vsize=14089220 memory=93424 CPUtime=0.43 cores=0,2,4,6
/proc/8671/task/8683/stat : 8683 (java) S 8669 8669 3751 0 -1 1077944384 3226 0 0 0 42 1 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976860694768 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8684] ppid=8669 vsize=14089220 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8684/stat : 8684 (java) S 8669 8669 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976859642464 139977393030869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
[pid=8671/tid=8685] ppid=8669 vsize=14089220 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/8671/task/8685/stat : 8685 (java) S 8669 8669 3751 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 46411485 14427361280 29027 33554432000 4194304 4196468 140721437151040 139976858590000 139977393031810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 32903168 140721437152385 140721437152561 140721437152561 140721437155279 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 117560 KiB

Child status: 0
Real time (s): 2.51633
CPU time (s): 5.47569
CPU user time (s): 5.40587
CPU system time (s): 0.069825
CPU usage (%): 217.607
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 117560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.40587
system time used= 0.069825
maximum resident set size= 118576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22312
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= 2054
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 8669
#   total CPU time (s): 5.47569
#   total CPU user time (s): 5.40587
#   total CPU system time (s): 0.069825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041159 second user time and 0.066487 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 21:41:26
IDJOB=4292543
IDBENCH=141166
IDSOLVER=2747
FILE ID=node106/4292543-1532288486
RUNJOBID= node106-1532278902-6638
PBS_JOBID= 21018972
Free space on /tmp= 53012 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_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-4292543-1532288486/watcher-4292543-1532288486 -o /tmp/evaluation-result-4292543-1532288486/solver-4292543-1532288486 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6638 --watchdog 2560  HOME/xcsp3-exec -seed 1489751446 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292543-1532288486.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=1489751446

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17998192 kB
MemAvailable:   31789664 kB
Buffers:          249676 kB
Cached:         13631360 kB
SwapCached:            0 kB
Active:          1479284 kB
Inactive:       12604328 kB
Active(anon):     205320 kB
Inactive(anon):    17096 kB
Active(file):    1273964 kB
Inactive(file): 12587232 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20704 kB
Writeback:             0 kB
AnonPages:        209400 kB
Mapped:            48688 kB
Shmem:             17036 kB
Slab:             386248 kB
SReclaimable:     358736 kB
SUnreclaim:        27512 kB
KernelStack:        3552 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1285764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 52992 MiB
End job on node106 at 2018-07-22 21:41:29