Trace number 4399705

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 parallel? (TO) 16426 2522.13

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-02.xml
MD5SUM0e3d16858c05bcbedaa7411f074a79f1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark265.664
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains97
Minimum domain size1234
Maximum domain size1332
Distribution of domain sizes[{"size":1234,"count":10},{"size":1235,"count":4},{"size":1236,"count":18},{"size":1237,"count":8},{"size":1238,"count":10},{"size":1239,"count":8},{"size":1240,"count":4},{"size":1241,"count":6},{"size":1242,"count":10},{"size":1243,"count":8},{"size":1244,"count":2},{"size":1245,"count":16},{"size":1246,"count":6},{"size":1247,"count":4},{"size":1248,"count":6},{"size":1249,"count":14},{"size":1250,"count":8},{"size":1251,"count":16},{"size":1252,"count":10},{"size":1253,"count":4},{"size":1254,"count":16},{"size":1255,"count":14},{"size":1256,"count":2},{"size":1257,"count":8},{"size":1258,"count":10},"...",{"size":1307,"count":4}, {"size":1308,"count":10}, {"size":1309,"count":6}, {"size":1310,"count":14}, {"size":1311,"count":4}, {"size":1312,"count":6}, {"size":1313,"count":4}, {"size":1315,"count":10}, {"size":1316,"count":8}, {"size":1317,"count":16}, {"size":1318,"count":8}, {"size":1319,"count":10}, {"size":1320,"count":6}, {"size":1321,"count":4}, {"size":1322,"count":14}, {"size":1323,"count":4}, {"size":1324,"count":8}, {"size":1325,"count":6}, {"size":1326,"count":8}, {"size":1327,"count":18}, {"size":1328,"count":6}, {"size":1329,"count":10}, {"size":1330,"count":2}, {"size":1331,"count":6}, {"size":1332,"count":4}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399705-1568714305.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399705-1568714305.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/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 (15193 MiB free)
  memory of node 1: 16384 MiB (15602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399705-1568714305/watcher-4399705-1568714305 -o /tmp/evaluation-result-4399705-1568714305/solver-4399705-1568714305 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568711744-29896 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1396730967 HOME/instance-4399705-1568714305.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
30314
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 8.26 8.31 8.31 2/211 30338
/proc/meminfo: memFree=31518552/32770624 swapFree=66938380/67108860
[pid=30317] ppid=30314 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (xcsp3-exec) S 30314 30317 29869 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447701928 115843072 363 33554432000 4194304 5098028 140732606341984 140732606340088 140151362310780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17084416 140732606350197 140732606350441 140732606350441 140732606353354 0
/proc/30317/statm: 28282 363 304 221 0 87 0
[pid=30319] ppid=30317 vsize=28227396 memory=28880 CPUtime=0.13 cores=0-7
/proc/30319/stat : 30319 (java) S 30317 30317 29869 0 -1 1077944320 5716 0 0 0 11 2 0 0 20 0 20 0 447701928 28904853504 7220 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7056849 7220 3120 1 0 7019032 0
[pid=30319/tid=30320] ppid=30317 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) R 30317 30317 29869 0 -1 4202560 3621 0 0 0 8 1 0 0 20 0 20 0 447701928 28904853504 7220 33554432000 4194304 4196468 140732905721488 139901089728512 139901069575518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900636637456 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30317 vsize=28227396 memory=140611621000832 CPUtime=0 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900635584912 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900634532368 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900633479824 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900632427280 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900631374736 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900630322192 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 7220 33554432000 4194304 4196468 140732905721488 139900629269648 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899683907568 139901085506178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30317 30317 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899682853792 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30317 30317 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899681801200 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899680749776 139901085513627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30317 30317 29869 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899679697392 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899678644848 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30317 30317 29869 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899677592304 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30317 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) S 30317 30317 29869 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899676539760 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 7220 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30332 KiB

[startup+0.210124 s]*
/proc/loadavg: 8.26 8.31 8.31 2/211 30338
/proc/meminfo: memFree=31504660/32770624 swapFree=66938380/67108860
[pid=30317] ppid=30314 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (xcsp3-exec) S 30314 30317 29869 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447701928 115843072 363 33554432000 4194304 5098028 140732606341984 140732606340088 140151362310780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17084416 140732606350197 140732606350441 140732606350441 140732606353354 0
/proc/30317/statm: 28282 363 304 221 0 87 0
[pid=30319] ppid=30317 vsize=28227396 memory=40652 CPUtime=0.33 cores=0-7
/proc/30319/stat : 30319 (java) S 30317 30317 29869 0 -1 1077944320 9406 0 0 0 30 3 0 0 20 0 20 0 447701928 28904853504 10163 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7056849 10163 3266 1 0 7019032 0
[pid=30319/tid=30320] ppid=30317 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) R 30317 30317 29869 0 -1 4202560 6639 0 0 0 17 2 0 0 20 0 20 0 447701928 28904853504 10163 33554432000 4194304 4196468 140732905721488 139901089724752 139901069575518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30317 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900636637456 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30317 vsize=28227396 memory=140611621029221 CPUtime=0 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900635584912 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900634532368 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900633479824 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900632427280 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900631374736 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900630322192 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701929 28904853504 10163 33554432000 4194304 4196468 140732905721488 139900629269648 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30317 30317 29869 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899683907568 139901085506178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30317 30317 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899682853792 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30317 30317 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447701931 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899681801200 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899680749776 139901085513627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30317 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30317 30317 29869 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899679697392 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30317 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) S 30317 30317 29869 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899678644848 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30317 30317 29869 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899677592304 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30317 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) R 30317 30317 29869 0 -1 4202560 809 0 0 0 7 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899676539760 139901085516378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30317 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30317 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28904853504 10163 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42104 KiB

[startup+0.309607 s]*
/proc/loadavg: 8.26 8.31 8.31 3/211 30338
/proc/meminfo: memFree=31498132/32770624 swapFree=66938380/67108860
[pid=30317] ppid=30314 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (xcsp3-exec) S 30314 30317 29869 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447701928 115843072 363 33554432000 4194304 5098028 140732606341984 140732606340088 140151362310780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17084416 140732606350197 140732606350441 140732606350441 140732606353354 0
/proc/30317/statm: 28282 363 304 221 0 87 0
[pid=30319] ppid=30317 vsize=28231652 memory=50060 CPUtime=0.51 cores=0-7
/proc/30319/stat : 30319 (java) S 30317 30317 29869 0 -1 1077944320 10849 0 0 0 47 4 0 0 20 0 20 0 447701928 28909211648 12515 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7057913 12515 3362 1 0 7019032 0
[pid=30319/tid=30320] ppid=30317 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) R 30317 30317 29869 0 -1 4202560 7751 0 0 0 27 3 0 0 20 0 20 0 447701928 28909211648 12515 33554432000 4194304 4196468 140732905721488 139901089726144 139901069575518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900636637456 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900635584912 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900634532368 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900633479824 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30317 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900632427280 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30317 vsize=28231652 memory=140611458003887 CPUtime=0 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900631374736 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30317 vsize=28231652 memory=140611458006192 CPUtime=0 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900630322192 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30317 vsize=28231652 memory=140611458008496 CPUtime=0 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701929 28909211648 12515 33554432000 4194304 4196468 140732905721488 139900629269648 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30317 30317 29869 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447701931 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899683907568 139901085506178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30317 vsize=28231652 memory=281222916023952 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30317 30317 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447701931 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899682853792 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30317 vsize=28231652 memory=281222916030864 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30317 30317 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447701931 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899681801200 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30317 vsize=28231652 memory=281222915972144 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899680749776 139901085513627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30317 vsize=28231652 memory=281222916044688 CPUtime=0.03 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30317 30317 29869 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899679697392 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30317 vsize=28231652 memory=281222916051600 CPUtime=0.03 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) R 30317 30317 29869 0 -1 4202560 259 0 0 0 3 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899678635232 139901063146896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30317 vsize=28231652 memory=281222916049296 CPUtime=0.01 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30317 30317 29869 0 -1 1077944384 139 0 0 0 1 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899677592304 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30317 vsize=28231652 memory=281222916065456 CPUtime=0.12 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) S 30317 30317 29869 0 -1 1077944384 945 0 0 0 12 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899676539760 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30317 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30317 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30317 30317 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447701934 28909211648 12515 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51512 KiB

[startup+0.700964 s]
/proc/loadavg: 8.26 8.31 8.31 6/211 30338
/proc/meminfo: memFree=31473584/32770624 swapFree=66938380/67108860
[pid=30317] ppid=30314 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30317/stat : 30317 (xcsp3-exec) S 30314 30317 29869 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447701928 115843072 363 33554432000 4194304 5098028 140732606341984 140732606340088 140151362310780 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17084416 140732606350197 140732606350441 140732606350441 140732606353354 0
/proc/30317/statm: 28282 363 304 221 0 87 0
[pid=30319] ppid=30317 vsize=28233776 memory=138884 CPUtime=1.98 cores=0-7
/proc/30319/stat : 30319 (java) S 30317 30317 29869 0 -1 1077944320 16210 0 0 0 191 7 0 0 20 0 20 0 447701928 28911386624 34721 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7058444 34721 3445 1 0 7019544 0
[pid=30319/tid=30320] ppid=30317 vsize=28233776 memory=281222916423344 CPUtime=0.68 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) R 30317 30317 29869 0 -1 4202560 8306 0 0 0 64 4 0 0 20 0 20 0 447701928 28911386624 34721 33554432000 4194304 4196468 140732905721488 139901089731312 139900726212555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30317 vsize=28233776 memory=140611458212720 CPUtime=0 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) S 30317 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701929 28911386624 34721 33554432000 4194304 4196468 140732905721488 139900636637456 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30317 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28911386624 34721 33554432000 4194304 4196468 140732905721488 139900635584912 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30317 vsize=28233776 memory=8296 CPUtime=0 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) S 30317 30317 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447701929 28911386624 34721 33554432000 4194304 4196468 140732905721488 139900634532368 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0

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

# cumulated CPU time of all completed processes:  user=0.001186 s, system=0.001186 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2522.13 s]
# the end of solver process 30319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16377.1 s, system=48.8664 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520.8 s]
/proc/loadavg: 7.72 7.80 7.55 9/210 30549
/proc/meminfo: memFree=6258096/32770624 swapFree=66938404/67108860
[pid=30319] ppid=30314 vsize=28233776 memory=25243312 CPUtime=16416.1 cores=0-7
/proc/30319/stat : 30319 (java) S 30314 30317 29869 0 -1 1077944320 3953036 0 0 0 1636734 4875 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7058444 6310828 3511 1 0 7019544 0
[pid=30319/tid=30320] ppid=30314 vsize=28233776 memory=3460 CPUtime=317.06 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) S 30314 30317 29869 0 -1 1077944384 120017 0 0 0 31546 160 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139901089733104 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30314 vsize=28233776 memory=1452 CPUtime=1986.66 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) R 30314 30317 29869 0 -1 4202560 326578 0 0 0 198065 601 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900636637656 139901065521165 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30314 vsize=28233776 memory=25243312 CPUtime=1985.32 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) R 30314 30317 29869 0 -1 4202560 309575 0 0 0 197989 543 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900635585112 139901070480051 0 4 0 16800975 0 0 0 -1 7 0 0 71 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30314 vsize=28233776 memory=6791534058613427641 CPUtime=1987.47 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) R 30314 30317 29869 0 -1 4202560 297187 0 0 0 198152 595 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900634532568 139901070192806 0 4 0 16800975 0 0 0 -1 5 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30314 vsize=28233776 memory=4126316290023845779 CPUtime=1982.34 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) R 30314 30317 29869 0 -1 4202560 327959 0 0 0 197639 595 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900633480024 139901070445636 0 4 0 16800975 0 0 0 -1 1 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30314 vsize=28233776 memory=288230574492221466 CPUtime=1983.19 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) R 30314 30317 29869 0 -1 4202560 348326 0 0 0 197745 574 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900632427168 139901070446503 0 4 0 16800975 0 0 0 -1 3 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30314 vsize=28233776 memory=288230583166042426 CPUtime=1987.24 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) R 30314 30317 29869 0 -1 4202560 311420 0 0 0 198218 506 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900631374936 139901070480051 0 4 0 16800975 0 0 0 -1 2 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30314 vsize=28233776 memory=15816716106074690 CPUtime=1987.16 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) R 30314 30317 29869 0 -1 4202560 278403 0 0 0 198148 568 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900630322392 139901065521248 0 4 0 16800975 0 0 0 -1 0 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30314 vsize=28233776 memory=1124 CPUtime=1985.32 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) R 30314 30317 29869 0 -1 4202560 317743 0 0 0 197941 591 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900629269848 139901070192773 0 4 0 16800975 0 0 0 -1 6 0 0 73 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30314 vsize=28233776 memory=14008 CPUtime=209.01 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30314 30317 29869 0 -1 1077944384 1277281 0 0 0 20782 119 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899683905888 139901085505237 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30314 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30314 30317 29869 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899682853856 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30314 vsize=28233776 memory=2124 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30314 30317 29869 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899681801216 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30314 vsize=28233776 memory=12304 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30314 30317 29869 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899680749424 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30314 vsize=28233776 memory=25243312 CPUtime=1.23 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30314 30317 29869 0 -1 1077944384 6083 0 0 0 122 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899679697392 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30314 vsize=28233776 memory=25243312 CPUtime=1.22 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) S 30314 30317 29869 0 -1 1077944384 6343 0 0 0 121 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899678644848 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30314 vsize=28233776 memory=1124 CPUtime=1.14 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30314 30317 29869 0 -1 1077944384 4978 0 0 0 113 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899677592352 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30314 vsize=28233776 memory=14008 CPUtime=0.62 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) S 30314 30317 29869 0 -1 1077944384 15637 0 0 0 60 2 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899676539520 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30314 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30314 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30314 vsize=28233776 memory=2124 CPUtime=0.96 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30314 30317 29869 0 -1 1077944384 4198 0 0 0 45 51 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current cumulated CPU time of completed processes: 0.002372 s
Current children cumulated CPU time: 16416.1 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25243312 KiB

[startup+2521.6 s]
/proc/loadavg: 7.72 7.80 7.55 9/210 30549
/proc/meminfo: memFree=6258120/32770624 swapFree=66938404/67108860
[pid=30319] ppid=30314 vsize=28233776 memory=25243312 CPUtime=16422.5 cores=0-7
/proc/30319/stat : 30319 (java) S 30314 30317 29869 0 -1 1077944320 3953220 0 0 0 1637373 4875 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7058444 6310828 3511 1 0 7019544 0
[pid=30319/tid=30320] ppid=30314 vsize=28233776 memory=1452 CPUtime=317.06 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) S 30314 30317 29869 0 -1 1077944384 120017 0 0 0 31546 160 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139901089733104 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30314 vsize=28233776 memory=984 CPUtime=1987.46 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) R 30314 30317 29869 0 -1 4202560 326579 0 0 0 198145 601 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900636637656 139901065521403 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30314 vsize=28233776 memory=2032 CPUtime=1986.1 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) R 30314 30317 29869 0 -1 4202560 309592 0 0 0 198067 543 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900635585112 139901070446130 0 4 0 16800975 0 0 0 -1 7 0 0 71 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30314 vsize=28233776 memory=1332 CPUtime=1988.27 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) R 30314 30317 29869 0 -1 4202560 297218 0 0 0 198232 595 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900634532568 139901070192670 0 4 0 16800975 0 0 0 -1 5 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30314 vsize=28233776 memory=1564 CPUtime=1983.14 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) R 30314 30317 29869 0 -1 4202560 328000 0 0 0 197719 595 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900633480024 139901070192670 0 4 0 16800975 0 0 0 -1 1 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30314 vsize=28233776 memory=976 CPUtime=1983.99 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) R 30314 30317 29869 0 -1 4202560 348345 0 0 0 197825 574 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900632427168 139901070480327 0 4 0 16800975 0 0 0 -1 3 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30314 vsize=28233776 memory=6791534058613427641 CPUtime=1988.04 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) R 30314 30317 29869 0 -1 4202560 311423 0 0 0 198298 506 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900631374936 139901070192670 0 4 0 16800975 0 0 0 -1 2 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30314 vsize=28233776 memory=12304 CPUtime=1987.96 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) R 30314 30317 29869 0 -1 4202560 278404 0 0 0 198228 568 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900630322392 139901065521553 0 4 0 16800975 0 0 0 -1 0 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30314 vsize=28233776 memory=504 CPUtime=1986.12 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) R 30314 30317 29869 0 -1 4202560 317806 0 0 0 198021 591 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900629269848 139901071559861 0 4 0 16800975 0 0 0 -1 6 0 0 73 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30314 vsize=28233776 memory=1564 CPUtime=209.01 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30314 30317 29869 0 -1 1077944384 1277281 0 0 0 20782 119 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899683905888 139901085505237 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30314 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30314 30317 29869 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899682853856 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30314 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30314 30317 29869 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899681801216 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30314 vsize=28233776 memory=25243300 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30314 30317 29869 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899680749424 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30314 vsize=28233776 memory=1452 CPUtime=1.23 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30314 30317 29869 0 -1 1077944384 6087 0 0 0 122 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899679697440 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30314 vsize=28233776 memory=25243300 CPUtime=1.22 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) S 30314 30317 29869 0 -1 1077944384 6347 0 0 0 121 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899678644896 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30314 vsize=28233776 memory=1332 CPUtime=1.14 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30314 30317 29869 0 -1 1077944384 4978 0 0 0 113 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899677592352 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30314 vsize=28233776 memory=4872558044660077418 CPUtime=0.62 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) S 30314 30317 29869 0 -1 1077944384 15637 0 0 0 60 2 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899676539520 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30314 vsize=28233776 memory=25243308 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30314 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30314 vsize=28233776 memory=15816716106074690 CPUtime=0.96 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30314 30317 29869 0 -1 1077944384 4198 0 0 0 45 51 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current cumulated CPU time of completed processes: 0.002372 s
Current children cumulated CPU time: 16422.5 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25243312 KiB

[startup+2522 s]*
/proc/loadavg: 7.26 7.71 7.52 10/210 30549
/proc/meminfo: memFree=6258120/32770624 swapFree=66938404/67108860
[pid=30319] ppid=30314 vsize=28233776 memory=25243312 CPUtime=16425.7 cores=0-7
/proc/30319/stat : 30319 (java) S 30314 30317 29869 0 -1 1077944320 3953256 0 0 0 1637698 4876 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 140732905704032 139901085495031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
/proc/30319/statm: 7058444 6310828 3511 1 0 7019544 0
[pid=30319/tid=30320] ppid=30314 vsize=28233776 memory=4872558044660077418 CPUtime=317.06 cores=0-7
/proc/30319/task/30320/stat : 30320 (java) S 30314 30317 29869 0 -1 1077944384 120017 0 0 0 31546 160 0 0 20 0 20 0 447701928 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139901089733104 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30321] ppid=30314 vsize=28233776 memory=4126316290023845779 CPUtime=1987.87 cores=0-7
/proc/30319/task/30321/stat : 30321 (java) R 30314 30317 29869 0 -1 4202560 326579 0 0 0 198186 601 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900636637656 139901065521248 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30322] ppid=30314 vsize=28233776 memory=924 CPUtime=1986.5 cores=0-7
/proc/30319/task/30322/stat : 30322 (java) R 30314 30317 29869 0 -1 4202560 309600 0 0 0 198107 543 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900635585112 139901070192589 0 4 0 16800975 0 0 0 -1 7 0 0 71 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30323] ppid=30314 vsize=28233776 memory=1420 CPUtime=1988.69 cores=0-7
/proc/30319/task/30323/stat : 30323 (java) R 30314 30317 29869 0 -1 4202560 297240 0 0 0 198273 596 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900634532568 139901070446256 0 4 0 16800975 0 0 0 -1 5 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30324] ppid=30314 vsize=28233776 memory=1984 CPUtime=1983.55 cores=0-7
/proc/30319/task/30324/stat : 30324 (java) R 30314 30317 29869 0 -1 4202560 328000 0 0 0 197760 595 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900633480024 139901070192817 0 4 0 16800975 0 0 0 -1 1 0 0 78 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30325] ppid=30314 vsize=28233776 memory=2532 CPUtime=1984.4 cores=0-7
/proc/30319/task/30325/stat : 30325 (java) R 30314 30317 29869 0 -1 4202560 348348 0 0 0 197866 574 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900632427168 139901070192670 0 4 0 16800975 0 0 0 -1 3 0 0 72 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30326] ppid=30314 vsize=28233776 memory=1440 CPUtime=1988.44 cores=0-7
/proc/30319/task/30326/stat : 30326 (java) R 30314 30317 29869 0 -1 4202560 311425 0 0 0 198338 506 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900631374936 139901070446130 0 4 0 16800975 0 0 0 -1 2 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30327] ppid=30314 vsize=28233776 memory=812 CPUtime=1988.37 cores=0-7
/proc/30319/task/30327/stat : 30327 (java) R 30314 30317 29869 0 -1 4202560 278404 0 0 0 198269 568 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900630322392 139901065521553 0 4 0 16800975 0 0 0 -1 0 0 0 79 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30328] ppid=30314 vsize=28233776 memory=3620 CPUtime=1986.53 cores=0-7
/proc/30319/task/30328/stat : 30328 (java) R 30314 30317 29869 0 -1 4202560 317807 0 0 0 198062 591 0 0 20 0 20 0 447701929 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139900629269848 139901070446256 0 4 0 16800975 0 0 0 -1 6 0 0 73 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30329] ppid=30314 vsize=28233776 memory=33904 CPUtime=209.01 cores=0-7
/proc/30319/task/30329/stat : 30329 (java) S 30314 30317 29869 0 -1 1077944384 1277281 0 0 0 20782 119 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899683905888 139901085505237 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30330] ppid=30314 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/30319/task/30330/stat : 30330 (java) S 30314 30317 29869 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899682853856 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30331] ppid=30314 vsize=28233776 memory=2032 CPUtime=0 cores=0-7
/proc/30319/task/30331/stat : 30331 (java) S 30314 30317 29869 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 447701931 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899681801216 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30332] ppid=30314 vsize=28233776 memory=1332 CPUtime=0 cores=0-7
/proc/30319/task/30332/stat : 30332 (java) S 30314 30317 29869 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899680749424 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30333] ppid=30314 vsize=28233776 memory=1564 CPUtime=1.23 cores=0-7
/proc/30319/task/30333/stat : 30333 (java) S 30314 30317 29869 0 -1 1077944384 6087 0 0 0 122 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899679697440 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30334] ppid=30314 vsize=28233776 memory=976 CPUtime=1.22 cores=0-7
/proc/30319/task/30334/stat : 30334 (java) S 30314 30317 29869 0 -1 1077944384 6347 0 0 0 121 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899678644896 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30335] ppid=30314 vsize=28233776 memory=772 CPUtime=1.14 cores=0-7
/proc/30319/task/30335/stat : 30335 (java) S 30314 30317 29869 0 -1 1077944384 4978 0 0 0 113 1 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899677592352 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30336] ppid=30314 vsize=28233776 memory=1808 CPUtime=0.62 cores=0-7
/proc/30319/task/30336/stat : 30336 (java) S 30314 30317 29869 0 -1 1077944384 15637 0 0 0 60 2 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899676539520 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30337] ppid=30314 vsize=28233776 memory=920 CPUtime=0 cores=0-7
/proc/30319/task/30337/stat : 30337 (java) S 30314 30317 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899675486432 139901085505237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
[pid=30319/tid=30338] ppid=30314 vsize=28233776 memory=4144 CPUtime=0.97 cores=0-7
/proc/30319/task/30338/stat : 30338 (java) S 30314 30317 29869 0 -1 1077944384 4198 0 0 0 45 52 0 0 20 0 20 0 447701934 28911386624 6310828 33554432000 4194304 4196468 140732905721488 139899674433968 139901085506178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 8130560 140732905726954 140732905727126 140732905727126 140732905729999 0
Current cumulated CPU time of completed processes: 0.002372 s
Current children cumulated CPU time: 16425.7 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25243312 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.13
CPU time (s): 16426
CPU user time (s): 16377.1
CPU system time (s): 48.8664
CPU usage (%): 651.274
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25244764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16377.1
system time used= 48.8664
maximum resident set size= 25243640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3953815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111352
involuntary context switches= 201818


# summary of solver processes directly reported to runsolver:
#   pid: 30317,30319
#   total CPU time (s): 16426
#   total CPU user time (s): 16377.1
#   total CPU system time (s): 48.8664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8616 second user time and 28.1228 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 11:57:46
IDJOB=4399705
IDBENCH=138696
IDSOLVER=2854
FILE ID=node151/4399705-1568714305
RUNJOBID= node151-1568711744-29896
PBS_JOBID= 21703939
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399705-1568714305/watcher-4399705-1568714305 -o /tmp/evaluation-result-4399705-1568714305/solver-4399705-1568714305 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568711744-29896 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1396730967 HOME/instance-4399705-1568714305.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0e3d16858c05bcbedaa7411f074a79f1
RANDOM SEED=1396730967

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31535564 kB
MemAvailable:   31845596 kB
Buffers:           87856 kB
Cached:           524176 kB
SwapCached:        68568 kB
Active:           327880 kB
Inactive:         355460 kB
Active(anon):       3008 kB
Inactive(anon):   111656 kB
Active(file):     324872 kB
Inactive(file):   243804 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938380 kB
Dirty:             27256 kB
Writeback:             0 kB
AnonPages:        125768 kB
Mapped:            44296 kB
Shmem:             35360 kB
Slab:             142820 kB
SReclaimable:     114380 kB
SUnreclaim:        28440 kB
KernelStack:        3712 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59280 MiB
End job on node151 at 2019-09-17 12:39:48