Trace number 4400239

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallel? (TO) 2003.22 252.096

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-0.xml
MD5SUMed46a5b20d86f225200b9362bdb8a529
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark579
Best CPU time to get the best result obtained on this benchmark19.3887
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints702
Number of domains11
Minimum domain size2
Maximum domain size166
Distribution of domain sizes[{"size":2,"count":690},{"size":7,"count":690},{"size":56,"count":690},{"size":64,"count":690},{"size":75,"count":690},{"size":98,"count":690},{"size":120,"count":690},{"size":121,"count":690},{"size":141,"count":690},{"size":162,"count":690},{"size":166,"count":690}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7590}]
Minimum constraint arity11
Maximum constraint arity6900
Distribution of constraint arities[{"arity":11,"count":690},{"arity":690,"count":11},{"arity":6900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":700}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400239-1568710405.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400239-1568710405.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.01/1.41	c solve instance...
2002.57/252.06	s UNKNOWN
2002.57/252.06	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400239-1568710405/watcher-4400239-1568710405 -o /tmp/evaluation-result-4400239-1568710405/solver-4400239-1568710405 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568700865-599 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 711783819 HOME/instance-4400239-1568710405.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Starting watchdog thread
solver pid=4260, runsolver pid=4257
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 7.47 7.99 8.10 3/213 4281
/proc/meminfo: memFree=30700872/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28227396 memory=29304 CPUtime=0.12 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 5720 0 0 0 10 2 0 0 20 0 20 0 446982399 28904853504 7326 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7056849 7326 3152 1 0 7019032 0
[pid=4262/tid=4263] ppid=4260 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) R 4260 4260 561 0 -1 4202560 3646 0 0 0 8 1 0 0 20 0 20 0 446982399 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683963205216 139683560511544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28227396 memory=140291464808064 CPUtime=0 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4266/stat : 4266 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683909487248 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4267] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4267/stat : 4267 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683908434448 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4268] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4268/stat : 4268 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683907382160 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4269] ppid=4260 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4269/stat : 4269 (java) S 4260 4260 561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683906329360 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4270] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4270/stat : 4270 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683905277072 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4271] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4271/stat : 4271 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 7326 33554432000 4194304 4196468 140728065693328 139683904224272 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4272] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4272/stat : 4272 (java) S 4260 4260 561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446982401 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682606147696 139683958983298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4273] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4273/stat : 4273 (java) S 4260 4260 561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446982402 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682487853856 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4274] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4274/stat : 4274 (java) S 4260 4260 561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446982402 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682486801520 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4275] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4275/stat : 4275 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682485749840 139683958990747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4276] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4276/stat : 4276 (java) S 4260 4260 561 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682484697712 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4277] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4277/stat : 4277 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682483644912 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4278] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4278/stat : 4278 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682482592624 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4279] ppid=4260 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/4262/task/4279/stat : 4279 (java) S 4260 4260 561 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682481539824 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4280] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4280/stat : 4280 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682480486752 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4281] ppid=4260 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4281/stat : 4281 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 7326 33554432000 4194304 4196468 140728065693328 139682479434032 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30752 KiB

[startup+0.21069 s]*
/proc/loadavg: 7.47 7.99 8.10 2/213 4281
/proc/meminfo: memFree=30687360/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28227396 memory=41068 CPUtime=0.34 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 9537 0 0 0 30 4 0 0 20 0 20 0 446982399 28904853504 10267 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7056849 10267 3281 1 0 7019032 0
[pid=4262/tid=4263] ppid=4260 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) R 4260 4260 561 0 -1 4202560 6652 0 0 0 17 2 0 0 20 0 20 0 446982399 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683963203680 139683943052638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28227396 memory=4123240954359498400 CPUtime=0 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4266/stat : 4266 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683909487248 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4267] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4267/stat : 4267 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683908434448 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4268] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4268/stat : 4268 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683907382160 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4269] ppid=4260 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4269/stat : 4269 (java) S 4260 4260 561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683906329360 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4270] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4270/stat : 4270 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683905277072 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4271] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4271/stat : 4271 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982400 28904853504 10267 33554432000 4194304 4196468 140728065693328 139683904224272 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4272] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4272/stat : 4272 (java) S 4260 4260 561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446982401 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682606147696 139683958983298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4273] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4273/stat : 4273 (java) S 4260 4260 561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446982402 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682487853856 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4274] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4274/stat : 4274 (java) S 4260 4260 561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446982402 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682486801520 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4275] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4275/stat : 4275 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682485749840 139683958990747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4276] ppid=4260 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/4262/task/4276/stat : 4276 (java) S 4260 4260 561 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682484697712 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4277] ppid=4260 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/4262/task/4277/stat : 4277 (java) S 4260 4260 561 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682483644912 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4278] ppid=4260 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/4262/task/4278/stat : 4278 (java) S 4260 4260 561 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682482592624 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4279] ppid=4260 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/4262/task/4279/stat : 4279 (java) R 4260 4260 561 0 -1 4202560 712 0 0 0 8 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682481539824 139683937461792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4280] ppid=4260 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4280/stat : 4280 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682480486752 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4281] ppid=4260 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4281/stat : 4281 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28904853504 10267 33554432000 4194304 4196468 140728065693328 139682479434032 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42516 KiB

[startup+0.312329 s]*
/proc/loadavg: 7.47 7.99 8.10 4/213 4281
/proc/meminfo: memFree=30680340/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28231652 memory=49972 CPUtime=0.53 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 10892 0 0 0 49 4 0 0 20 0 20 0 446982399 28909211648 12493 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7057913 12493 3318 1 0 7019032 0
[pid=4262/tid=4263] ppid=4260 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) R 4260 4260 561 0 -1 4202560 7809 0 0 0 27 3 0 0 20 0 20 0 446982399 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683963203264 139683958994077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4266/stat : 4266 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683909487248 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4267] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4267/stat : 4267 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683908434448 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4268] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4268/stat : 4268 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683907382160 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4269] ppid=4260 vsize=28231652 memory=140291348720303 CPUtime=0 cores=0-7
/proc/4262/task/4269/stat : 4269 (java) S 4260 4260 561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683906329360 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4270] ppid=4260 vsize=28231652 memory=140291348722608 CPUtime=0 cores=0-7
/proc/4262/task/4270/stat : 4270 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683905277072 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4271] ppid=4260 vsize=28231652 memory=140291348724912 CPUtime=0 cores=0-7
/proc/4262/task/4271/stat : 4271 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982400 28909211648 12493 33554432000 4194304 4196468 140728065693328 139683904224272 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4272] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4272/stat : 4272 (java) S 4260 4260 561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446982401 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682606147696 139683958983298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4273] ppid=4260 vsize=28231652 memory=280582697463696 CPUtime=0 cores=0-7
/proc/4262/task/4273/stat : 4273 (java) S 4260 4260 561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446982402 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682487853856 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4274] ppid=4260 vsize=28231652 memory=280582697461392 CPUtime=0 cores=0-7
/proc/4262/task/4274/stat : 4274 (java) S 4260 4260 561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446982402 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682486801520 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4275] ppid=4260 vsize=28231652 memory=280582697468304 CPUtime=0 cores=0-7
/proc/4262/task/4275/stat : 4275 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682485749840 139683958990747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4276] ppid=4260 vsize=28231652 memory=280582697409584 CPUtime=0.01 cores=0-7
/proc/4262/task/4276/stat : 4276 (java) S 4260 4260 561 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682484697712 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4277] ppid=4260 vsize=28231652 memory=280582697482128 CPUtime=0.04 cores=0-7
/proc/4262/task/4277/stat : 4277 (java) R 4260 4260 561 0 -1 4202560 410 0 0 0 4 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682483635296 139683944986460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4278] ppid=4260 vsize=28231652 memory=280582697489040 CPUtime=0.02 cores=0-7
/proc/4262/task/4278/stat : 4278 (java) S 4260 4260 561 0 -1 1077944384 127 0 0 0 2 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682482592624 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4279] ppid=4260 vsize=28231652 memory=280582697486736 CPUtime=0.12 cores=0-7
/proc/4262/task/4279/stat : 4279 (java) S 4260 4260 561 0 -1 1077944384 800 0 0 0 12 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682481539824 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4280] ppid=4260 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4280/stat : 4280 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682480486752 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4281] ppid=4260 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/4262/task/4281/stat : 4281 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982405 28909211648 12493 33554432000 4194304 4196468 140728065693328 139682479434032 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51420 KiB

[startup+0.705002 s]
/proc/loadavg: 7.47 7.99 8.10 6/213 4281
/proc/meminfo: memFree=30652292/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28233776 memory=104284 CPUtime=2.04 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 16553 0 0 0 198 6 0 0 20 0 20 0 446982399 28911386624 26071 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7058444 26071 3452 1 0 7019544 0
[pid=4262/tid=4263] ppid=4260 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) R 4260 4260 561 0 -1 4202560 9039 0 0 0 64 4 0 0 20 0 20 0 446982399 28911386624 26071 33554432000 4194304 4196468 140728065693328 139683963201120 139683943015781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28233776 memory=140291348931440 CPUtime=0 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28911386624 26071 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446982400 28911386624 26071 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28233776 memory=780 CPUtime=0 cores=0-7

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

[pid=4262/tid=4290] ppid=4260 vsize=28766288 memory=5996 CPUtime=159.83 cores=0-7
/proc/4262/task/4290/stat : 4290 (java) R 4260 4260 561 0 -1 4202560 1610 0 0 0 15982 1 0 0 20 0 28 0 446982544 29456678912 307669 33554432000 4194304 4196468 140728065693328 139682395413896 139683568158238 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 1287.3 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1232124 KiB

[startup+222.312 s]
/proc/loadavg: 8.30 8.21 8.16 9/220 4303
/proc/meminfo: memFree=29492300/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28766288 memory=1241140 CPUtime=1765.81 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 95650 0 0 0 176460 121 0 0 20 0 28 0 446982399 29456678912 310285 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7191572 310285 3534 1 0 7152672 0
[pid=4262/tid=4263] ppid=4260 vsize=28766288 memory=1448 CPUtime=1.38 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) S 4260 4260 561 0 -1 1077944384 9681 0 0 0 133 5 0 0 20 0 28 0 446982399 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683963212928 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28766288 memory=1241140 CPUtime=0.19 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1215 0 0 0 14 5 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28766288 memory=1241140 CPUtime=0.18 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1686 0 0 0 13 5 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28766288 memory=1448 CPUtime=0.15 cores=0-7
/proc/4262/task/4266/stat : 4266 (java) S 4260 4260 561 0 -1 1077944384 327 0 0 0 11 4 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683909487248 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4267] ppid=4260 vsize=28766288 memory=1448 CPUtime=0.19 cores=0-7
/proc/4262/task/4267/stat : 4267 (java) S 4260 4260 561 0 -1 1077944384 1136 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683908434448 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4268] ppid=4260 vsize=28766288 memory=992 CPUtime=0.19 cores=0-7
/proc/4262/task/4268/stat : 4268 (java) S 4260 4260 561 0 -1 1077944384 537 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683907382160 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4269] ppid=4260 vsize=28766288 memory=8112282956445269571 CPUtime=0.18 cores=0-7
/proc/4262/task/4269/stat : 4269 (java) S 4260 4260 561 0 -1 1077944384 852 0 0 0 12 6 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683906329360 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4270] ppid=4260 vsize=28766288 memory=1241140 CPUtime=0.17 cores=0-7
/proc/4262/task/4270/stat : 4270 (java) S 4260 4260 561 0 -1 1077944384 1478 0 0 0 12 5 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683905277072 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4271] ppid=4260 vsize=28766288 memory=924 CPUtime=0.19 cores=0-7
/proc/4262/task/4271/stat : 4271 (java) S 4260 4260 561 0 -1 1077944384 352 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 310285 33554432000 4194304 4196468 140728065693328 139683904224272 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4272] ppid=4260 vsize=28766288 memory=1672 CPUtime=0.03 cores=0-7
/proc/4262/task/4272/stat : 4272 (java) S 4260 4260 561 0 -1 1077944384 2631 0 0 0 3 0 0 0 20 0 28 0 446982401 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682606147696 139683958983298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4273] ppid=4260 vsize=28766288 memory=2424 CPUtime=0 cores=0-7
/proc/4262/task/4273/stat : 4273 (java) S 4260 4260 561 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 446982402 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682487853920 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4274] ppid=4260 vsize=28766288 memory=1230696 CPUtime=0 cores=0-7
/proc/4262/task/4274/stat : 4274 (java) S 4260 4260 561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 446982402 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682486801520 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4275] ppid=4260 vsize=28766288 memory=1230696 CPUtime=0 cores=0-7
/proc/4262/task/4275/stat : 4275 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682485749840 139683958990747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4276] ppid=4260 vsize=28766288 memory=7595996242734902125 CPUtime=2.13 cores=0-7
/proc/4262/task/4276/stat : 4276 (java) S 4260 4260 561 0 -1 1077944384 13744 0 0 0 210 3 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682484697712 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4277] ppid=4260 vsize=28766288 memory=1412 CPUtime=2.28 cores=0-7
/proc/4262/task/4277/stat : 4277 (java) S 4260 4260 561 0 -1 1077944384 13538 0 0 0 225 3 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682483644912 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4278] ppid=4260 vsize=28766288 memory=1448 CPUtime=2.36 cores=0-7
/proc/4262/task/4278/stat : 4278 (java) S 4260 4260 561 0 -1 1077944384 14955 0 0 0 232 4 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682482592624 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4279] ppid=4260 vsize=28766288 memory=55 CPUtime=0.82 cores=0-7
/proc/4262/task/4279/stat : 4279 (java) S 4260 4260 561 0 -1 1077944384 7243 0 0 0 79 3 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682481539824 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4280] ppid=4260 vsize=28766288 memory=33 CPUtime=0 cores=0-7
/proc/4262/task/4280/stat : 4280 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682480486752 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4281] ppid=4260 vsize=28766288 memory=1808 CPUtime=0.08 cores=0-7
/proc/4262/task/4281/stat : 4281 (java) S 4260 4260 561 0 -1 1077944384 962 0 0 0 0 8 0 0 20 0 28 0 446982405 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682479434032 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4283] ppid=4260 vsize=28766288 memory=11624 CPUtime=219.97 cores=0-7
/proc/4262/task/4283/stat : 4283 (java) R 4260 4260 561 0 -1 4202560 1193 0 0 0 21995 2 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682402782072 139683568158230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4284] ppid=4260 vsize=28766288 memory=740 CPUtime=217.66 cores=0-7
/proc/4262/task/4284/stat : 4284 (java) R 4260 4260 561 0 -1 4202560 1214 0 0 0 21764 2 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682401730408 139683568117470 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4285] ppid=4260 vsize=28766288 memory=1241124 CPUtime=218.33 cores=0-7
/proc/4262/task/4285/stat : 4285 (java) R 4260 4260 561 0 -1 4202560 1808 0 0 0 21830 3 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682400678120 139683568285839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4286] ppid=4260 vsize=28766288 memory=3612 CPUtime=219.76 cores=0-7
/proc/4262/task/4286/stat : 4286 (java) R 4260 4260 561 0 -1 4202560 11970 0 0 0 21943 33 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682399627968 139683568659164 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4287] ppid=4260 vsize=28766288 memory=1448 CPUtime=219.5 cores=0-7
/proc/4262/task/4287/stat : 4287 (java) R 4260 4260 561 0 -1 4202560 2618 0 0 0 21946 4 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682398573032 139683568285078 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4288] ppid=4260 vsize=28766288 memory=1448 CPUtime=220.19 cores=0-7
/proc/4262/task/4288/stat : 4288 (java) R 4260 4260 561 0 -1 4202560 2021 0 0 0 22017 2 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682397520152 139683568117492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4289] ppid=4260 vsize=28766288 memory=1448 CPUtime=219.87 cores=0-7
/proc/4262/task/4289/stat : 4289 (java) R 4260 4260 561 0 -1 4202560 1317 0 0 0 21986 1 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682396466688 139683561573404 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4290] ppid=4260 vsize=28766288 memory=1241140 CPUtime=219.8 cores=0-7
/proc/4262/task/4290/stat : 4290 (java) R 4260 4260 561 0 -1 4202560 1835 0 0 0 21978 2 0 0 20 0 28 0 446982544 29456678912 310285 33554432000 4194304 4196468 140728065693328 139682395414216 139683561573404 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 1765.81 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1242588 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]
/proc/loadavg: 8.18 8.19 8.16 9/220 4305
/proc/meminfo: memFree=29408636/32770624 swapFree=66954140/67108860
[pid=4260] ppid=4257 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4260/stat : 4260 (xcsp3-exec) S 4257 4260 561 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446982399 115843072 362 33554432000 4194304 5098028 140735264484208 140735264482312 140670834340476 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30433280 140735264490364 140735264490606 140735264490606 140735264493514 0
/proc/4260/statm: 28282 362 304 221 0 87 0
[pid=4262] ppid=4260 vsize=28766288 memory=1327176 CPUtime=2002.57 cores=0-7
/proc/4262/stat : 4262 (java) S 4260 4260 561 0 -1 1077944320 99817 0 0 0 200131 126 0 0 20 0 28 0 446982399 29456678912 331794 33554432000 4194304 4196468 140728065693328 140728065675872 139683958972151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
/proc/4262/statm: 7191572 331794 3534 1 0 7152672 0
[pid=4262/tid=4263] ppid=4260 vsize=28766288 memory=1241140 CPUtime=1.38 cores=0-7
/proc/4262/task/4263/stat : 4263 (java) S 4260 4260 561 0 -1 1077944384 9681 0 0 0 133 5 0 0 20 0 28 0 446982399 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683963212928 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4264] ppid=4260 vsize=28766288 memory=1448 CPUtime=0.19 cores=0-7
/proc/4262/task/4264/stat : 4264 (java) S 4260 4260 561 0 -1 1077944384 1215 0 0 0 14 5 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683911592336 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4265] ppid=4260 vsize=28766288 memory=1448 CPUtime=0.18 cores=0-7
/proc/4262/task/4265/stat : 4265 (java) S 4260 4260 561 0 -1 1077944384 1686 0 0 0 13 5 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683910539536 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4266] ppid=4260 vsize=28766288 memory=1241140 CPUtime=0.15 cores=0-7
/proc/4262/task/4266/stat : 4266 (java) S 4260 4260 561 0 -1 1077944384 327 0 0 0 11 4 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683909487248 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4267] ppid=4260 vsize=28766288 memory=1732 CPUtime=0.19 cores=0-7
/proc/4262/task/4267/stat : 4267 (java) S 4260 4260 561 0 -1 1077944384 1136 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683908434448 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4268] ppid=4260 vsize=28766288 memory=288230574492221466 CPUtime=0.19 cores=0-7
/proc/4262/task/4268/stat : 4268 (java) S 4260 4260 561 0 -1 1077944384 537 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683907382160 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4269] ppid=4260 vsize=28766288 memory=288230621803970871 CPUtime=0.18 cores=0-7
/proc/4262/task/4269/stat : 4269 (java) S 4260 4260 561 0 -1 1077944384 852 0 0 0 12 6 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683906329360 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4270] ppid=4260 vsize=28766288 memory=15823308880873484 CPUtime=0.17 cores=0-7
/proc/4262/task/4270/stat : 4270 (java) S 4260 4260 561 0 -1 1077944384 1478 0 0 0 12 5 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683905277072 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4271] ppid=4260 vsize=28766288 memory=924 CPUtime=0.19 cores=0-7
/proc/4262/task/4271/stat : 4271 (java) S 4260 4260 561 0 -1 1077944384 352 0 0 0 13 6 0 0 20 0 28 0 446982400 29456678912 331794 33554432000 4194304 4196468 140728065693328 139683904224272 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4272] ppid=4260 vsize=28766288 memory=4480 CPUtime=0.03 cores=0-7
/proc/4262/task/4272/stat : 4272 (java) S 4260 4260 561 0 -1 1077944384 2688 0 0 0 3 0 0 0 20 0 28 0 446982401 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682606147696 139683958983298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4273] ppid=4260 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/4262/task/4273/stat : 4273 (java) S 4260 4260 561 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 446982402 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682487853920 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4274] ppid=4260 vsize=28766288 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/4262/task/4274/stat : 4274 (java) S 4260 4260 561 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 446982402 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682486801520 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4275] ppid=4260 vsize=28766288 memory=740 CPUtime=0 cores=0-7
/proc/4262/task/4275/stat : 4275 (java) S 4260 4260 561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682485749840 139683958990747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4276] ppid=4260 vsize=28766288 memory=1056 CPUtime=2.17 cores=0-7
/proc/4262/task/4276/stat : 4276 (java) S 4260 4260 561 0 -1 1077944384 14492 0 0 0 213 4 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682484697712 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4277] ppid=4260 vsize=28766288 memory=1552 CPUtime=2.31 cores=0-7
/proc/4262/task/4277/stat : 4277 (java) S 4260 4260 561 0 -1 1077944384 13941 0 0 0 228 3 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682483644912 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4278] ppid=4260 vsize=28766288 memory=1040 CPUtime=2.36 cores=0-7
/proc/4262/task/4278/stat : 4278 (java) S 4260 4260 561 0 -1 1077944384 14956 0 0 0 232 4 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682482592624 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4279] ppid=4260 vsize=28766288 memory=924 CPUtime=0.83 cores=0-7
/proc/4262/task/4279/stat : 4279 (java) S 4260 4260 561 0 -1 1077944384 7751 0 0 0 80 3 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682481539824 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4280] ppid=4260 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/4262/task/4280/stat : 4280 (java) S 4260 4260 561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682480486752 139683958982357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4281] ppid=4260 vsize=28766288 memory=1241140 CPUtime=0.1 cores=0-7
/proc/4262/task/4281/stat : 4281 (java) S 4260 4260 561 0 -1 1077944384 987 0 0 0 0 10 0 0 20 0 28 0 446982405 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682479434032 139683958983298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4283] ppid=4260 vsize=28766288 memory=780 CPUtime=249.65 cores=0-7
/proc/4262/task/4283/stat : 4283 (java) R 4260 4260 561 0 -1 4202560 1218 0 0 0 24963 2 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682402781824 139683568117444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4284] ppid=4260 vsize=28766288 memory=2832 CPUtime=247.32 cores=0-7
/proc/4262/task/4284/stat : 4284 (java) R 4260 4260 561 0 -1 4202560 1305 0 0 0 24730 2 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682401730392 139683568158214 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4285] ppid=4260 vsize=28766288 memory=1720 CPUtime=247.98 cores=0-7
/proc/4262/task/4285/stat : 4285 (java) R 4260 4260 561 0 -1 4202560 1842 0 0 0 24795 3 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682400678120 139683568117474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4286] ppid=4260 vsize=28766288 memory=1200 CPUtime=249.44 cores=0-7
/proc/4262/task/4286/stat : 4286 (java) R 4260 4260 561 0 -1 4202560 13910 0 0 0 24907 37 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682399627640 139683567489232 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4287] ppid=4260 vsize=28766288 memory=5996 CPUtime=248.8 cores=0-7
/proc/4262/task/4287/stat : 4287 (java) R 4260 4260 561 0 -1 4202560 2748 0 0 0 24876 4 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682398573016 139683568199249 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4288] ppid=4260 vsize=28766288 memory=4132 CPUtime=249.53 cores=0-7
/proc/4262/task/4288/stat : 4288 (java) R 4260 4260 561 0 -1 4202560 2097 0 0 0 24951 2 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682397520216 139683561573404 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4289] ppid=4260 vsize=28766288 memory=780 CPUtime=249.55 cores=0-7
/proc/4262/task/4289/stat : 4289 (java) R 4260 4260 561 0 -1 4202560 1359 0 0 0 24954 1 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682396466920 139683561573404 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
[pid=4262/tid=4290] ppid=4260 vsize=28766288 memory=2832 CPUtime=249.46 cores=0-7
/proc/4262/task/4290/stat : 4290 (java) R 4260 4260 561 0 -1 4202560 1922 0 0 0 24944 2 0 0 20 0 28 0 446982544 29456678912 331794 33554432000 4194304 4196468 140728065693328 139682395413880 139683568046776 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 15142912 140728065696752 140728065696923 140728065696923 140728065699791 0
Current children cumulated CPU time: 2002.57 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1328624 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.036 s]
# the end of solver process 4260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.002374 s

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 252.096
CPU time (s): 2003.22
CPU user time (s): 2001.94
CPU system time (s): 1.2797
CPU usage (%): 794.626
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1328624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2001.94
system time used= 1.2797
maximum resident set size= 1332044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10658
involuntary context switches= 22967


# summary of solver processes directly reported to runsolver:
#   pid: 4260,4262
#   total CPU time (s): 2003.22
#   total CPU user time (s): 2001.94
#   total CPU system time (s): 1.2797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28399 second user time and 3.42991 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 10:52:42
IDJOB=4400239
IDBENCH=124207
IDSOLVER=2855
FILE ID=node117/4400239-1568710405
RUNJOBID= node117-1568700865-599
PBS_JOBID= 21703907
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-0.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-4400239-1568710405/watcher-4400239-1568710405 -o /tmp/evaluation-result-4400239-1568710405/solver-4400239-1568710405 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568700865-599 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 711783819 HOME/instance-4400239-1568710405.xml

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

MD5SUM BENCH= ed46a5b20d86f225200b9362bdb8a529
RANDOM SEED=711783819

node117.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:        30718316 kB
MemAvailable:   31850348 kB
Buffers:          136244 kB
Cached:          1275400 kB
SwapCached:        49688 kB
Active:           584808 kB
Inactive:         880320 kB
Active(anon):       4584 kB
Inactive(anon):    87548 kB
Active(file):     580224 kB
Inactive(file):   792772 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66954140 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        113020 kB
Mapped:            42404 kB
Shmem:             30096 kB
Slab:             178348 kB
SReclaimable:     149740 kB
SUnreclaim:        28608 kB
KernelStack:        3712 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-17 10:56:54