Trace number 4398928

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 2019-09-16? (TO) 2528.04 831.362

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398928-1568699287.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398928-1568699287.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398928-1568699287/watcher-4398928-1568699287 -o /tmp/evaluation-result-4398928-1568699287/solver-4398928-1568699287 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1974286537 HOME/instance-4398928-1568699287.xml 

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

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


[startup+0.100196 s]*
/proc/loadavg: 8.50 8.49 8.42 6/233 28394
/proc/meminfo: memFree=31464480/32770624 swapFree=66977068/67108860
[pid=28378] ppid=28375 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28378/stat : 28378 (xcsp3-exec) S 28375 28378 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191374 115843072 363 33554432000 4194304 5098028 140723978857024 140723978855128 139778135618172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7536640 140723978859386 140723978859629 140723978859629 140723978862538 0
/proc/28378/statm: 28282 363 304 221 0 87 0
[pid=28380] ppid=28378 vsize=15144776 memory=28968 CPUtime=0.13 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28378 21506 0 -1 1077944320 5705 0 0 0 12 1 0 0 20 0 15 0 446191374 15508250624 7242 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3786194 7242 3184 1 0 3748377 0
[pid=28380/tid=28381] ppid=28378 vsize=15144776 memory=8514701219881124772 CPUtime=0.08 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28378 21506 0 -1 4202560 3580 0 0 0 8 0 0 0 20 0 15 0 446191374 15508250624 7242 33554432000 4194304 4196468 140723501404048 140633995135632 140633990922842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28378 vsize=15144776 memory=3472467853364540624 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 7242 33554432000 4194304 4196468 140723501404048 140633943521936 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 7242 33554432000 4194304 4196468 140723501404048 140633942469136 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 7242 33554432000 4194304 4196468 140723501404048 140633941416336 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 7242 33554432000 4194304 4196468 140723501404048 140633579641104 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191376 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632864578416 140633990912642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28378 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191377 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632863524384 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28378 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191377 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632862471536 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191379 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632861419856 140633990920091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28378 21506 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 446191379 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632860367216 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28378 21506 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 446191379 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632859314416 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0.02 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) R 28378 28378 21506 0 -1 4202560 372 0 0 0 2 0 0 0 20 0 15 0 446191379 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632858261616 140633969857833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191380 15508250624 7242 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30420 KiB

[startup+0.210871 s]*
/proc/loadavg: 8.50 8.49 8.42 7/233 28394
/proc/meminfo: memFree=31451404/32770624 swapFree=66977068/67108860
[pid=28378] ppid=28375 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28378/stat : 28378 (xcsp3-exec) S 28375 28378 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191374 115843072 363 33554432000 4194304 5098028 140723978857024 140723978855128 139778135618172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7536640 140723978859386 140723978859629 140723978859629 140723978862538 0
/proc/28378/statm: 28282 363 304 221 0 87 0
[pid=28380] ppid=28378 vsize=15144776 memory=40628 CPUtime=0.35 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28378 21506 0 -1 1077944320 9456 0 0 0 33 2 0 0 20 0 15 0 446191374 15508250624 10157 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3786194 10157 3272 1 0 3748377 0
[pid=28380/tid=28381] ppid=28378 vsize=15144776 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28378 21506 0 -1 4202560 6609 0 0 0 19 1 0 0 20 0 15 0 446191374 15508250624 10157 33554432000 4194304 4196468 140723501404048 140633995138256 140633974981982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28378 vsize=15144776 memory=3472467853364540624 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 10157 33554432000 4194304 4196468 140723501404048 140633943521936 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 10157 33554432000 4194304 4196468 140723501404048 140633942469136 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 10157 33554432000 4194304 4196468 140723501404048 140633941416336 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15508250624 10157 33554432000 4194304 4196468 140723501404048 140633579641104 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28378 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191376 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632864578416 140633990912642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28378 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191377 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632863524384 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28378 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191377 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632862471536 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28378 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191379 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632861419856 140633990920091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28378 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28378 21506 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 15 0 446191379 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632860367216 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28378 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28378 21506 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 15 0 446191379 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632859314416 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0.08 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28378 21506 0 -1 1077944384 773 0 0 0 8 0 0 0 20 0 15 0 446191379 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632858261616 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28378 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28378 vsize=15144776 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191380 15508250624 10157 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42080 KiB

[startup+0.31898 s]*
/proc/loadavg: 8.50 8.49 8.42 7/233 28394
/proc/meminfo: memFree=31443884/32770624 swapFree=66977068/67108860
[pid=28378] ppid=28375 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28378/stat : 28378 (xcsp3-exec) S 28375 28378 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191374 115843072 363 33554432000 4194304 5098028 140723978857024 140723978855128 139778135618172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7536640 140723978859386 140723978859629 140723978859629 140723978862538 0
/proc/28378/statm: 28282 363 304 221 0 87 0
[pid=28380] ppid=28378 vsize=15149032 memory=50632 CPUtime=0.54 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28378 21506 0 -1 1077944320 10977 0 0 0 51 3 0 0 20 0 15 0 446191374 15512608768 12658 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787258 12658 3371 1 0 3748377 0
[pid=28380/tid=28381] ppid=28378 vsize=15149032 memory=-8540663193526752614 CPUtime=0.3 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28378 21506 0 -1 4202560 7889 0 0 0 28 2 0 0 20 0 15 0 446191374 15512608768 12658 33554432000 4194304 4196468 140723501404048 140633995133184 140633974981982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28378 vsize=15149032 memory=3472467853364540624 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15512608768 12658 33554432000 4194304 4196468 140723501404048 140633943521936 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28378 vsize=15149032 memory=139724469410460 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15512608768 12658 33554432000 4194304 4196468 140723501404048 140633942469136 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28378 vsize=15149032 memory=139724345968429 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15512608768 12658 33554432000 4194304 4196468 140723501404048 140633941416336 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28378 vsize=15149032 memory=139724345949135 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15512608768 12658 33554432000 4194304 4196468 140723501404048 140633579641104 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28378 vsize=15149032 memory=139724469410466 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28378 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191376 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632864578416 140633990912642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28378 vsize=15149032 memory=139724345958351 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28378 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191377 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632863524384 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28378 vsize=15149032 memory=279448691914384 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28378 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191377 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632862471536 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28378 vsize=15149032 memory=279448691921264 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191379 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632861419856 140633990920091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28378 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28378 28378 21506 0 -1 1077944384 357 0 0 0 3 0 0 0 20 0 15 0 446191379 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632860367216 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28378 vsize=15149032 memory=2240 CPUtime=0.06 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28378 28378 21506 0 -1 1077944384 568 0 0 0 6 0 0 0 20 0 15 0 446191379 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632859314416 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28378 vsize=15149032 memory=139724469388928 CPUtime=0.12 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28378 21506 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 15 0 446191379 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632858261616 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28378 vsize=15149032 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28378 vsize=15149032 memory=139724469388928 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191380 15512608768 12658 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52084 KiB

[startup+0.700981 s]
/proc/loadavg: 8.50 8.49 8.42 8/233 28394
/proc/meminfo: memFree=31419412/32770624 swapFree=66977068/67108860
[pid=28378] ppid=28375 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28378/stat : 28378 (xcsp3-exec) S 28375 28378 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191374 115843072 363 33554432000 4194304 5098028 140723978857024 140723978855128 139778135618172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7536640 140723978859386 140723978859629 140723978859629 140723978862538 0
/proc/28378/statm: 28282 363 304 221 0 87 0
[pid=28380] ppid=28378 vsize=15151156 memory=107968 CPUtime=1.81 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28378 28378 21506 0 -1 1077944320 15546 0 0 0 176 5 0 0 20 0 15 0 446191374 15514783744 26992 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787789 26992 3446 1 0 3748889 0
[pid=28380/tid=28381] ppid=28378 vsize=15151156 memory=2828 CPUtime=0.68 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) R 28378 28378 21506 0 -1 4202560 9105 0 0 0 65 3 0 0 20 0 15 0 446191374 15514783744 26992 33554432000 4194304 4196468 140723501404048 140633995139072 140633624793536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28378 vsize=15151156 memory=756 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15514783744 26992 33554432000 4194304 4196468 140723501404048 140633943521936 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28378 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15514783744 26992 33554432000 4194304 4196468 140723501404048 140633942469136 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28378 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191375 15514783744 26992 33554432000 4194304 4196468 140723501404048 140633941416336 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28378 vsize=15151156 memory=279448691995968 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) S 28378 28378 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191375 15514783744 26992 33554432000 4194304 4196468 140723501404048 140633579641104 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28378 vsize=15151156 memory=11268 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28378 28378 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191376 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632864578416 140633990912642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28378 vsize=15151156 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28378 28378 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632863524384 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28378 vsize=15151156 memory=2320955016148929193 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28378 28378 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632862471536 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28378 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191379 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632861419856 140633990920091 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28378 vsize=15151156 memory=1425 CPUtime=0.35 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) R 28378 28378 21506 0 -1 4202560 1439 0 0 0 35 0 0 0 20 0 15 0 446191379 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632860348232 140633974312375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28378 vsize=15151156 memory=11 CPUtime=0.39 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) R 28378 28378 21506 0 -1 4202560 1770 0 0 0 39 0 0 0 20 0 15 0 446191379 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632859304528 140633972422677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28378 vsize=15151156 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28378 28378 21506 0 -1 1077944384 1924 0 0 0 35 0 0 0 20 0 15 0 446191379 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632858261616 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28378 vsize=15151156 memory=30745 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28378 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28378 vsize=15151156 memory=1477 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28378 28378 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 26992 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 109420 KiB

[startup+1.50107 s]
/proc/loadavg: 8.50 8.49 8.42 7/233 28394
/proc/meminfo: memFree=31296644/32770624 swapFree=66977068/67108860
[pid=28378] ppid=28375 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28378/stat : 28378 (xcsp3-exec) S 28375 28378 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191374 115843072 363 33554432000 4194304 5098028 140723978857024 140723978855128 139778135618172 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7536640 140723978859386 140723978859629 140723978859629 140723978862538 0
/proc/28378/statm: 28282 363 304 221 0 87 0

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


Solver just ended.
Dumping a history of the last processes samples

[startup+830.401 s]
/proc/loadavg: 7.68 7.05 7.14 10/235 28700
/proc/meminfo: memFree=18883632/32770624 swapFree=66977096/67108860
[pid=28380] ppid=28375 vsize=15151156 memory=12604644 CPUtime=2524.38 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28375 28378 21506 0 -1 1077944320 574025 0 0 0 251567 871 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787789 3151161 3516 1 0 3748889 0
[pid=28380/tid=28381] ppid=28375 vsize=15151156 memory=12604644 CPUtime=174.51 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28375 28378 21506 0 -1 1077944384 32704 0 0 0 17403 48 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633995138608 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28375 vsize=15151156 memory=1548 CPUtime=564.68 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) R 28375 28378 21506 0 -1 4202560 97745 0 0 0 56263 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633943522136 140633975599281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28375 vsize=15151156 memory=4088 CPUtime=565.17 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) R 28375 28378 21506 0 -1 4202560 74979 0 0 0 56312 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633942469336 140633975852578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28375 vsize=15151156 memory=1580 CPUtime=564.5 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) R 28375 28378 21506 0 -1 4202560 86496 0 0 0 56240 210 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633941416536 140633975852594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28375 vsize=15151156 memory=1028 CPUtime=564.47 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28375 28378 21506 0 -1 4202560 113194 0 0 0 56266 181 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633579640992 140633975599247 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28375 vsize=15151156 memory=984 CPUtime=86.6 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28375 28378 21506 0 -1 1077944384 139527 0 0 0 8652 8 0 0 20 0 15 0 446191376 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632864576736 140633990911701 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28375 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28375 28378 21506 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632863524448 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28375 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28375 28378 21506 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632862471552 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28375 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28375 28378 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632861419504 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28375 vsize=15151156 memory=1164 CPUtime=1.87 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28375 28378 21506 0 -1 1077944384 11522 0 0 0 186 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632860367264 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28375 vsize=15151156 memory=9448 CPUtime=1.37 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28375 28378 21506 0 -1 1077944384 8359 0 0 0 137 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632859314176 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28375 vsize=15151156 memory=14008 CPUtime=0.66 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28375 28378 21506 0 -1 1077944384 7527 0 0 0 65 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632858261664 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28375 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28375 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28375 vsize=15151156 memory=11976 CPUtime=0.44 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28375 28378 21506 0 -1 1077944384 644 0 0 0 17 27 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current cumulated CPU time of completed processes: 0.002315 s
Current children cumulated CPU time: 2524.38 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12604644 KiB

[startup+830.801 s]
/proc/loadavg: 7.68 7.05 7.14 10/235 28700
/proc/meminfo: memFree=18883632/32770624 swapFree=66977096/67108860
[pid=28380] ppid=28375 vsize=15151156 memory=12604644 CPUtime=2525.96 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28375 28378 21506 0 -1 1077944320 574266 0 0 0 251725 871 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787789 3151161 3516 1 0 3748889 0
[pid=28380/tid=28381] ppid=28375 vsize=15151156 memory=928 CPUtime=174.51 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28375 28378 21506 0 -1 1077944384 32704 0 0 0 17403 48 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633995138608 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28375 vsize=15151156 memory=6791534058613427641 CPUtime=565.07 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) R 28375 28378 21506 0 -1 4202560 97767 0 0 0 56302 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633943522136 140633975898174 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28375 vsize=15151156 memory=1440 CPUtime=565.57 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) R 28375 28378 21506 0 -1 4202560 75094 0 0 0 56352 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633942469024 140633975898004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28375 vsize=15151156 memory=904 CPUtime=564.89 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) R 28375 28378 21506 0 -1 4202560 86496 0 0 0 56279 210 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633941416336 140633975898106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28375 vsize=15151156 memory=1984 CPUtime=564.86 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28375 28378 21506 0 -1 4202560 113298 0 0 0 56305 181 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633579641304 140633975898157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28375 vsize=15151156 memory=2528 CPUtime=86.6 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28375 28378 21506 0 -1 1077944384 139527 0 0 0 8652 8 0 0 20 0 15 0 446191376 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632864576960 140633990911701 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28375 vsize=15151156 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28375 28378 21506 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632863524448 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28375 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28375 28378 21506 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632862471552 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28375 vsize=15151156 memory=12604644 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28375 28378 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632861419504 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28375 vsize=15151156 memory=1628 CPUtime=1.87 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28375 28378 21506 0 -1 1077944384 11522 0 0 0 186 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632860367264 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28375 vsize=15151156 memory=4108 CPUtime=1.37 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28375 28378 21506 0 -1 1077944384 8359 0 0 0 137 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632859314176 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28375 vsize=15151156 memory=1412 CPUtime=0.66 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28375 28378 21506 0 -1 1077944384 7527 0 0 0 65 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632858261664 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28375 vsize=15151156 memory=3156 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28375 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28375 vsize=15151156 memory=288230574492221466 CPUtime=0.44 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28375 28378 21506 0 -1 1077944384 644 0 0 0 17 27 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current cumulated CPU time of completed processes: 0.002315 s
Current children cumulated CPU time: 2525.96 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12604644 KiB

[startup+831.201 s]
/proc/loadavg: 7.68 7.05 7.14 9/235 28704
/proc/meminfo: memFree=18883652/32770624 swapFree=66977096/67108860
[pid=28380] ppid=28375 vsize=15151156 memory=12604644 CPUtime=2527.55 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28375 28378 21506 0 -1 1077944320 574355 0 0 0 251884 871 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787789 3151161 3516 1 0 3748889 0
[pid=28380/tid=28381] ppid=28375 vsize=15151156 memory=11976 CPUtime=174.51 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28375 28378 21506 0 -1 1077944384 32704 0 0 0 17403 48 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633995138608 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28375 vsize=15151156 memory=11476 CPUtime=565.46 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) R 28375 28378 21506 0 -1 4202560 97767 0 0 0 56341 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633943522136 140633975898131 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28375 vsize=15151156 memory=512 CPUtime=565.97 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) R 28375 28378 21506 0 -1 4202560 75183 0 0 0 56392 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633942469024 140633975600311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28375 vsize=15151156 memory=12604644 CPUtime=565.29 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) R 28375 28378 21506 0 -1 4202560 86496 0 0 0 56319 210 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633941416336 140633975359086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28375 vsize=15151156 memory=3620 CPUtime=565.26 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28375 28378 21506 0 -1 4202560 113298 0 0 0 56345 181 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633579641304 140633975897847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28375 vsize=15151156 memory=30724 CPUtime=86.6 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28375 28378 21506 0 -1 1077944384 139527 0 0 0 8652 8 0 0 20 0 15 0 446191376 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632864576960 140633990911701 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28375 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28375 28378 21506 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632863524448 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28375 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28375 28378 21506 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632862471552 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28375 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28375 28378 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632861419504 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28375 vsize=15151156 memory=2828 CPUtime=1.87 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28375 28378 21506 0 -1 1077944384 11522 0 0 0 186 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632860367264 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28375 vsize=15151156 memory=756 CPUtime=1.37 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28375 28378 21506 0 -1 1077944384 8359 0 0 0 137 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632859314176 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28375 vsize=15151156 memory=1548 CPUtime=0.66 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28375 28378 21506 0 -1 1077944384 7527 0 0 0 65 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632858261664 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28375 vsize=15151156 memory=12604644 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28375 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28375 vsize=15151156 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28375 28378 21506 0 -1 1077944384 644 0 0 0 17 27 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current cumulated CPU time of completed processes: 0.002315 s
Current children cumulated CPU time: 2527.55 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12604644 KiB

[startup+831.301 s]
/proc/loadavg: 7.68 7.05 7.14 9/235 28704
/proc/meminfo: memFree=18883652/32770624 swapFree=66977096/67108860
[pid=28380] ppid=28375 vsize=15151156 memory=12604644 CPUtime=2527.95 cores=1,3,5,7
/proc/28380/stat : 28380 (java) S 28375 28378 21506 0 -1 1077944320 574447 0 0 0 251924 871 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140723501386592 140633990901495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
/proc/28380/statm: 3787789 3151161 3516 1 0 3748889 0
[pid=28380/tid=28381] ppid=28375 vsize=15151156 memory=12604644 CPUtime=174.51 cores=1,3,5,7
/proc/28380/task/28381/stat : 28381 (java) S 28375 28378 21506 0 -1 1077944384 32704 0 0 0 17403 48 0 0 20 0 15 0 446191374 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633995138608 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28382] ppid=28375 vsize=15151156 memory=1452 CPUtime=565.56 cores=1,3,5,7
/proc/28380/task/28382/stat : 28382 (java) R 28375 28378 21506 0 -1 4202560 97768 0 0 0 56351 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633943522136 140633975897899 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28383] ppid=28375 vsize=15151156 memory=12604644 CPUtime=566.07 cores=1,3,5,7
/proc/28380/task/28383/stat : 28383 (java) R 28375 28378 21506 0 -1 4202560 75224 0 0 0 56402 205 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633942469024 140633975897919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28384] ppid=28375 vsize=15151156 memory=12604644 CPUtime=565.39 cores=1,3,5,7
/proc/28380/task/28384/stat : 28384 (java) R 28375 28378 21506 0 -1 4202560 86546 0 0 0 56329 210 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633941416336 140633975359086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28385] ppid=28375 vsize=15151156 memory=12604644 CPUtime=565.36 cores=1,3,5,7
/proc/28380/task/28385/stat : 28385 (java) R 28375 28378 21506 0 -1 4202560 113298 0 0 0 56355 181 0 0 20 0 15 0 446191375 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140633579641304 140633975600206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28386] ppid=28375 vsize=15151156 memory=12604644 CPUtime=86.6 cores=1,3,5,7
/proc/28380/task/28386/stat : 28386 (java) S 28375 28378 21506 0 -1 1077944384 139527 0 0 0 8652 8 0 0 20 0 15 0 446191376 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632864576960 140633990911701 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28387] ppid=28375 vsize=15151156 memory=12604644 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28387/stat : 28387 (java) S 28375 28378 21506 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632863524448 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28388] ppid=28375 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28388/stat : 28388 (java) S 28375 28378 21506 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446191377 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632862471552 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28389] ppid=28375 vsize=15151156 memory=12604644 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28389/stat : 28389 (java) S 28375 28378 21506 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632861419504 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28390] ppid=28375 vsize=15151156 memory=3620 CPUtime=1.87 cores=1,3,5,7
/proc/28380/task/28390/stat : 28390 (java) S 28375 28378 21506 0 -1 1077944384 11522 0 0 0 186 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632860367264 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28391] ppid=28375 vsize=15151156 memory=12604644 CPUtime=1.37 cores=1,3,5,7
/proc/28380/task/28391/stat : 28391 (java) S 28375 28378 21506 0 -1 1077944384 8359 0 0 0 137 0 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632859314176 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28392] ppid=28375 vsize=15151156 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/28380/task/28392/stat : 28392 (java) S 28375 28378 21506 0 -1 1077944384 7527 0 0 0 65 1 0 0 20 0 15 0 446191379 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632858261664 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28393] ppid=28375 vsize=15151156 memory=30724 CPUtime=0 cores=1,3,5,7
/proc/28380/task/28393/stat : 28393 (java) S 28375 28378 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632857209056 140633990911701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
[pid=28380/tid=28394] ppid=28375 vsize=15151156 memory=2004 CPUtime=0.44 cores=1,3,5,7
/proc/28380/task/28394/stat : 28394 (java) S 28375 28378 21506 0 -1 1077944384 644 0 0 0 17 27 0 0 20 0 15 0 446191380 15514783744 3151161 33554432000 4194304 4196468 140723501404048 140632856157360 140633990912642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37474304 140723501409263 140723501409434 140723501409434 140723501412303 0
Current cumulated CPU time of completed processes: 0.002315 s
Current children cumulated CPU time: 2527.95 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12604644 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 831.362
CPU time (s): 2528.04
CPU user time (s): 2519.28
CPU system time (s): 8.76067
CPU usage (%): 304.084
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12606096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.28
system time used= 8.76067
maximum resident set size= 12604968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30529
involuntary context switches= 43922


# summary of solver processes directly reported to runsolver:
#   pid: 28378,28380
#   total CPU time (s): 2528.04
#   total CPU user time (s): 2519.28
#   total CPU system time (s): 8.76067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.26973 second user time and 8.67846 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:47:25
IDJOB=4398928
IDBENCH=138444
IDSOLVER=2853
FILE ID=node121/4398928-1568699287
RUNJOBID= node121-1568693400-21538
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398928-1568699287/watcher-4398928-1568699287 -o /tmp/evaluation-result-4398928-1568699287/solver-4398928-1568699287 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1974286537 HOME/instance-4398928-1568699287.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=1974286537

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        31481084 kB
MemAvailable:   31705372 kB
Buffers:           62368 kB
Cached:           460004 kB
SwapCached:        10764 kB
Active:           432820 kB
Inactive:         319928 kB
Active(anon):     220584 kB
Inactive(anon):    42280 kB
Active(file):     212236 kB
Inactive(file):   277648 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977068 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:        329428 kB
Mapped:            55184 kB
Shmem:             23872 kB
Slab:             130360 kB
SReclaimable:     100476 kB
SUnreclaim:        29884 kB
KernelStack:        3760 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1393840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 08:01:16