Trace number 4306706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)OPT24 9.48432 8.51859

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-3_c18.xml
MD5SUM7c95366121fdff59751822ead1677482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.517133
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints100
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":30}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":7},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":12,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":100}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306706-1534062145.xml"  -tl '2520s' -p 1
0.23/0.84	c Choco e747e1e
0.23/0.85	c [HOME/instance-4306706-1534062145.xml, -tl, 2520s, -p, 1]
0.23/0.89	c simple solver
0.36/0.97	c parse instance...
1.01/1.21	c solve instance...
1.01/1.24	o 40 
1.01/1.25	o 37 
1.01/1.25	o 35 
1.01/1.28	o 34 
1.31/1.31	o 30 
1.31/1.32	o 29 
2.39/1.71	o 26 
2.39/1.71	o 25 
2.39/1.71	o 24 
9.37/8.50	s OPTIMUM FOUND
9.37/8.50	v <instantiation>
9.37/8.50	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
9.37/8.50	v 	<values>2 0 2 3 0 0 2 0 3 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 2 0 1 </values>
9.37/8.50	v </instantiation>

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306706-1534062145/watcher-4306706-1534062145 -o /tmp/evaluation-result-4306706-1534062145/solver-4306706-1534062145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580 HOME/xcsp3-exec -seed 1128808119 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306706-1534062145.xml 

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

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


[startup+0.100132 s]*
/proc/loadavg: 1.74 1.74 1.75 2/194 25268
/proc/meminfo: memFree=13006148/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=109408 memory=5288 CPUtime=0 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 1497 0 0 0 0 0 0 0 20 0 2 0 223777707 112033792 1322 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 27352 1322 992 1 0 16810 0
[pid=25266/tid=25268] ppid=25262 vsize=109408 memory=3054156605402808204 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) D 25262 25262 25200 0 -1 4202560 260 0 0 0 0 0 0 0 20 0 2 0 223777708 112033792 1322 33554432000 4194304 4196468 140736325986768 139644305447216 139644293696405 0 0 0 16784584 18446744071581018208 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 222536 KiB
Current children cumulated memory: 6740 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.74 1.74 1.75 2/194 25268
/proc/meminfo: memFree=13011072/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=109408 memory=5288 CPUtime=0 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 1497 0 0 0 0 0 0 0 20 0 2 0 223777707 112033792 1322 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 27352 1322 992 1 0 16810 0
[pid=25266/tid=25268] ppid=25262 vsize=109408 memory=7883960649037381690 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) D 25262 25262 25200 0 -1 4202560 260 0 0 0 0 0 0 0 20 0 2 0 223777708 112033792 1322 33554432000 4194304 4196468 140736325986768 139644305447216 139644293696405 0 0 0 16784584 18446744071581018208 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 222536 KiB
Current children cumulated memory: 6740 KiB

[startup+0.759853 s]*
/proc/loadavg: 2.16 1.83 1.78 6/220 25294
/proc/meminfo: memFree=12996460/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14082940 memory=28444 CPUtime=0.11 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 5520 0 0 0 10 1 0 0 20 0 15 0 223777707 14420930560 7111 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3520735 7111 2995 1 0 3483012 0
[pid=25266/tid=25268] ppid=25262 vsize=14082940 memory=7883960649037381690 CPUtime=0.08 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 3538 0 0 0 7 1 0 0 20 0 15 0 223777708 14420930560 7111 33554432000 4194304 4196468 140736325986768 139644305444032 139644301217174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14082940 memory=11905 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 7111 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14082940 memory=4134700713256430624 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 7111 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14082940 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 7111 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14082940 memory=734417898574607474 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 7111 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777776 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223777776 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14082940 memory=139750231742080 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223777777 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) S 25262 25262 25200 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14082940 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) R 25262 25262 25200 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 223777779 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643634404208 139644301226586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777780 14420930560 7111 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29896 KiB

[startup+0.810526 s]*
/proc/loadavg: 2.16 1.83 1.78 7/220 25294
/proc/meminfo: memFree=12989392/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14082940 memory=37600 CPUtime=0.23 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 7880 0 0 0 21 2 0 0 20 0 15 0 223777707 14420930560 9400 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3520735 9400 3180 1 0 3483012 0
[pid=25266/tid=25268] ppid=25262 vsize=14082940 memory=7883960649037381690 CPUtime=0.13 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 5033 0 0 0 12 1 0 0 20 0 15 0 223777708 14420930560 9400 33554432000 4194304 4196468 140736325986768 139644305427408 139644301227165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14082940 memory=11498 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 9400 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14082940 memory=3833046304929322656 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 9400 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 9400 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14420930560 9400 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14082940 memory=139750231742080 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777776 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223777776 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223777777 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) R 25262 25262 25200 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 223777779 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 223777779 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14082940 memory=139750231742080 CPUtime=0.05 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 771 0 0 0 5 0 0 0 20 0 15 0 223777779 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643634404208 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777780 14420930560 9400 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 39052 KiB

[startup+1.51048 s]
/proc/loadavg: 2.16 1.83 1.78 8/220 25294
/proc/meminfo: memFree=12903524/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=74112 CPUtime=1.95 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 12709 0 1 0 190 5 0 0 20 0 15 0 223777707 14427463680 18528 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 18528 3365 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 6991 0 0 0 76 4 0 0 20 0 15 0 223777708 14427463680 18528 33554432000 4194304 4196468 140736325986768 139644305441968 139644286415220 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 18528 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 18528 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 18528 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 18528 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223777777 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14089320 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) R 25262 25262 25200 0 -1 4202560 1376 0 0 0 39 0 0 0 20 0 15 0 223777779 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643636500752 139644284691218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14089320 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) R 25262 25262 25200 0 -1 4202560 979 0 1 0 39 0 0 0 20 0 15 0 223777779 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643635456496 139644285961626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14089320 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 2054 0 0 0 35 0 0 0 20 0 15 0 223777779 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643634404208 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777780 14427463680 18528 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 75564 KiB

[startup+3.10072 s]
/proc/loadavg: 2.16 1.83 1.78 4/220 25294
/proc/meminfo: memFree=12818764/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=142336 CPUtime=4.01 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 16311 0 1 0 393 8 0 0 20 0 15 0 223777707 14427463680 35584 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 35584 3375 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=132040 CPUtime=2.38 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 7753 0 0 0 233 5 0 0 20 0 15 0 223777708 14427463680 35584 33554432000 4194304 4196468 140736325986768 139644305444392 139643902896615 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 35584 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 35584 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=103300 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 35584 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0

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

/proc/meminfo: memFree=12659388/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=187596 CPUtime=8.56 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 17797 0 1 0 847 9 0 0 20 0 15 0 223777707 14427463680 46899 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 46899 3392 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=3816 CPUtime=6.88 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 7820 0 0 0 682 6 0 0 20 0 15 0 223777708 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644305444656 139643903135245 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=60904 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=187596 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14089320 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14089320 memory=752 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14089320 memory=1276 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14089320 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 223777777 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14089320 memory=15080 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14089320 memory=33916 CPUtime=0.63 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) S 25262 25262 25200 0 -1 1077944384 2783 0 0 0 63 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14089320 memory=13808 CPUtime=0.6 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 1605 0 1 0 60 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14089320 memory=3316 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 3216 0 0 0 39 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643634404208 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14089320 memory=488 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14089320 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 223777780 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 189048 KiB

[startup+8.00067 s]
/proc/loadavg: 1.99 1.80 1.77 5/220 25294
/proc/meminfo: memFree=12659388/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=187596 CPUtime=8.96 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 17799 0 1 0 887 9 0 0 20 0 15 0 223777707 14427463680 46899 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 46899 3392 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=2144 CPUtime=7.28 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 7822 0 0 0 722 6 0 0 20 0 15 0 223777708 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644305444656 139643903128580 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=2144 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14089320 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14089320 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14089320 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 223777777 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14089320 memory=868 CPUtime=0.63 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) S 25262 25262 25200 0 -1 1077944384 2783 0 0 0 63 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14089320 memory=7336 CPUtime=0.6 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 1605 0 1 0 60 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14089320 memory=11628 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 3216 0 0 0 39 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643634404208 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14089320 memory=752 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14089320 memory=1276 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 223777780 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 189048 KiB

[startup+8.4007 s]*
/proc/loadavg: 1.99 1.80 1.77 4/220 25294
/proc/meminfo: memFree=12659016/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=187596 CPUtime=9.37 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 17799 0 1 0 928 9 0 0 20 0 15 0 223777707 14427463680 46899 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 46899 3392 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=6791534058613427641 CPUtime=7.68 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25262 25262 25200 0 -1 4202560 7822 0 0 0 762 6 0 0 20 0 15 0 223777708 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644305444656 139643903218243 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=7822038051842261661 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14089320 memory=4715433313220523562 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 223777775 14427463680 46899 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14089320 memory=-6520471753822164382 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643640719472 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14089320 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223777776 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643639665440 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14089320 memory=8514701219730522529 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 223777777 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14089320 memory=4713745541279610410 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643637561424 139644301223835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14089320 memory=8514726395714825349 CPUtime=0.63 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) S 25262 25262 25200 0 -1 1077944384 2783 0 0 0 63 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14089320 memory=-8253362762722141311 CPUtime=0.6 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 1605 0 1 0 60 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14089320 memory=-8412656567318647667 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 3216 0 0 0 39 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643634404208 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14089320 memory=4427205132082312746 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223777779 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25294] ppid=25262 vsize=14089320 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25294/stat : 25294 (java) S 25262 25262 25200 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 223777780 14427463680 46899 33554432000 4194304 4196468 140736325986768 139643632298416 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 189048 KiB

[startup+8.51035 s]
/proc/loadavg: 1.99 1.80 1.77 4/220 25294
/proc/meminfo: memFree=12659016/32770624 swapFree=67108380/67108860
[pid=25262] ppid=25255 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25262/stat : 25262 (xcsp3-exec) S 25255 25262 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 223777707 115843072 363 33554432000 4194304 5098028 140736785789872 140736785787976 140256767844988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28917760 140736785794106 140736785794308 140736785794308 140736785797066 0
/proc/25262/statm: 28282 363 305 221 0 87 0
[pid=25266] ppid=25262 vsize=14089320 memory=187696 CPUtime=9.47 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25262 25262 25200 0 -1 1077944320 18103 0 1 0 938 9 0 0 20 0 14 0 223777707 14427463680 46924 33554432000 4194304 4196468 140736325986768 140736325969312 139644301205239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
/proc/25266/statm: 3522330 46924 3396 1 0 3483524 0
[pid=25266/tid=25268] ppid=25262 vsize=14089320 memory=0 CPUtime=7.78 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) S 25262 25262 25200 0 -1 1077944384 8048 0 0 0 772 6 0 0 20 0 14 0 223777708 14427463680 46924 33554432000 4194304 4196468 140736325986768 139644305448080 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25270] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25262 25262 25200 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 14 0 223777775 14427463680 46924 33554432000 4194304 4196468 140736325986768 139644231293840 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25272] ppid=25262 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25262 25262 25200 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 14 0 223777775 14427463680 46924 33554432000 4194304 4196468 140736325986768 139644230241040 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25274] ppid=25262 vsize=14089320 memory=279500231864336 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25262 25262 25200 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 223777775 14427463680 46924 33554432000 4194304 4196468 140736325986768 139644229188752 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25276] ppid=25262 vsize=14089320 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25262 25262 25200 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 223777775 14427463680 46924 33554432000 4194304 4196468 140736325986768 139644228135952 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25278] ppid=25262 vsize=14089320 memory=13573682337417641 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25262 25262 25200 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 14 0 223777776 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643640719680 139644301216386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25279] ppid=25262 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25262 25262 25200 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 14 0 223777776 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643639665504 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25281] ppid=25262 vsize=14089320 memory=187596 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25262 25262 25200 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 14 0 223777777 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643638613104 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25287] ppid=25262 vsize=14089320 memory=60904 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25287/stat : 25287 (java) S 25262 25262 25200 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 223777779 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643637561072 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25288] ppid=25262 vsize=14089320 memory=1100 CPUtime=0.63 cores=0,2,4,6
/proc/25266/task/25288/stat : 25288 (java) S 25262 25262 25200 0 -1 1077944384 2783 0 0 0 63 0 0 0 20 0 14 0 223777779 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643636509296 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25289] ppid=25262 vsize=14089320 memory=1452 CPUtime=0.6 cores=0,2,4,6
/proc/25266/task/25289/stat : 25289 (java) S 25262 25262 25200 0 -1 1077944384 1605 0 1 0 60 0 0 0 20 0 14 0 223777779 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643635456496 139644301216386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25290] ppid=25262 vsize=14089320 memory=185548 CPUtime=0.39 cores=0,2,4,6
/proc/25266/task/25290/stat : 25290 (java) S 25262 25262 25200 0 -1 1077944384 3272 0 0 0 39 0 0 0 20 0 14 0 223777779 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643634399696 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
[pid=25266/tid=25292] ppid=25262 vsize=14089320 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25292/stat : 25292 (java) S 25262 25262 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 223777779 14427463680 46924 33554432000 4194304 4196468 140736325986768 139643633351648 139644301215445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23027712 140736325993606 140736325993777 140736325993777 140736325996495 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 189148 KiB

Child status: 0
Real time (s): 8.51859
CPU time (s): 9.48432
CPU user time (s): 9.38635
CPU system time (s): 0.097974
CPU usage (%): 111.337
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 189148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.38635
system time used= 0.097974
maximum resident set size= 188100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18687
page faults= 1
swaps= 0
block input operations= 2624
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2203
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 25262
#   total CPU time (s): 9.48432
#   total CPU user time (s): 9.38635
#   total CPU system time (s): 0.097974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080317 second user time and 0.118452 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 10:22:25
IDJOB=4306706
IDBENCH=141216
IDSOLVER=2787
FILE ID=node137/4306706-1534062145
RUNJOBID= node137-1534062145-25231
PBS_JOBID= 21036980
Free space on /tmp= 26336 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_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-4306706-1534062145/watcher-4306706-1534062145 -o /tmp/evaluation-result-4306706-1534062145/solver-4306706-1534062145 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580  HOME/xcsp3-exec -seed 1128808119 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306706-1534062145.xml

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=1128808119

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13032732 kB
MemAvailable:   31902408 kB
Buffers:          142028 kB
Cached:         18779808 kB
SwapCached:           24 kB
Active:          9471212 kB
Inactive:        9506728 kB
Active(anon):       2332 kB
Inactive(anon):   106516 kB
Active(file):    9468880 kB
Inactive(file):  9400212 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             43912 kB
Writeback:             0 kB
AnonPages:         63768 kB
Mapped:            53052 kB
Shmem:             49628 kB
Slab:             456756 kB
SReclaimable:     429044 kB
SUnreclaim:        27712 kB
KernelStack:        3136 kB
PageTables:         6100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26292 MiB
End job on node137 at 2018-08-12 10:22:34