Trace number 4406842

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-24 parallel? (TO) 20094 2520.13

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
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-4406842-1569355650.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.19	c [HOME/instance-4406842-1569355650.xml, -tl, 20160s, -p, 8]
0.32/0.23	c 8 solvers in parallel
0.32/0.29	c parse instance...
7.09/2.25	c solve instance...
20093.32/2520.07	s UNKNOWN
20093.32/2520.07	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 (11865 MiB free)
  memory of node 1: 16384 MiB (9723 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406842-1569355650/watcher-4406842-1569355650 -o /var/tmp/evaluation-result-4406842-1569355650/solver-4406842-1569355650 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1569350116-1239 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1431638572 HOME/instance-4406842-1569355650.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
solver pid=3516, runsolver pid=3513
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 7.45 8.16 8.26 2/211 3537
/proc/meminfo: memFree=22091344/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28227396 memory=29544 CPUtime=0.11 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 5866 0 0 0 10 1 0 0 20 0 20 0 511478887 28904853504 7386 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7056849 7386 3119 1 0 7019032 0
[pid=3518/tid=3519] ppid=3516 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) R 3516 3516 1212 0 -1 4202560 3773 0 0 0 8 1 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061449976864 140061445764253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28227396 memory=140316456953472 CPUtime=0 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3523] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3523/stat : 3523 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061395204624 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3524] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3524/stat : 3524 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061394152336 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3525] ppid=3516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3525/stat : 3525 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061393099536 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3526] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3526/stat : 3526 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061392047248 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3527] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3527/stat : 3527 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 7386 33554432000 4194304 4196468 140732259501168 140061390994448 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3528] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3528/stat : 3528 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478890 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060160444528 140061445753474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3529] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3529/stat : 3529 (java) S 3516 3516 1212 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511478890 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060042322720 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3530] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3530/stat : 3530 (java) S 3516 3516 1212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511478891 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060041270384 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3531] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3531/stat : 3531 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478893 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060040218704 140061445760923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3532] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3532/stat : 3532 (java) S 3516 3516 1212 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 511478893 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060039166576 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3533] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3533/stat : 3533 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478893 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060038113776 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3534] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3534/stat : 3534 (java) S 3516 3516 1212 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511478893 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060037061488 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3535] ppid=3516 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3518/task/3535/stat : 3535 (java) S 3516 3516 1212 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 511478893 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060036008688 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3536] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3536/stat : 3536 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478894 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060034955616 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3537] ppid=3516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3537/stat : 3537 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478894 28904853504 7386 33554432000 4194304 4196468 140732259501168 140060033902896 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30992 KiB

[startup+0.210446 s]*
/proc/loadavg: 7.45 8.16 8.26 4/211 3537
/proc/meminfo: memFree=22077492/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28227396 memory=40964 CPUtime=0.32 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 9487 0 0 0 29 3 0 0 20 0 20 0 511478887 28904853504 10241 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7056849 10241 3295 1 0 7019032 0
[pid=3518/tid=3519] ppid=3516 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) R 3516 3516 1212 0 -1 4202560 6596 0 0 0 17 2 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061449972976 140061429822814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28227396 memory=140316456965207 CPUtime=0 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3523] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3523/stat : 3523 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061395204624 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3524] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3524/stat : 3524 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061394152336 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3525] ppid=3516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3525/stat : 3525 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061393099536 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3526] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3526/stat : 3526 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061392047248 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3527] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3527/stat : 3527 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28904853504 10241 33554432000 4194304 4196468 140732259501168 140061390994448 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3528] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3528/stat : 3528 (java) S 3516 3516 1212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511478890 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060160444528 140061445753474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3529] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3529/stat : 3529 (java) S 3516 3516 1212 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511478890 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060042322720 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3530] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3530/stat : 3530 (java) S 3516 3516 1212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511478891 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060041270384 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3531] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3531/stat : 3531 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478893 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060040218704 140061445760923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3532] ppid=3516 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/3518/task/3532/stat : 3532 (java) S 3516 3516 1212 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 20 0 511478893 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060039166576 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3533] ppid=3516 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3518/task/3533/stat : 3533 (java) S 3516 3516 1212 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 20 0 511478893 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060038113776 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3534] ppid=3516 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/3518/task/3534/stat : 3534 (java) S 3516 3516 1212 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 511478893 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060037061488 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3535] ppid=3516 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/3518/task/3535/stat : 3535 (java) R 3516 3516 1212 0 -1 4202560 724 0 0 0 7 0 0 0 20 0 20 0 511478893 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060036002576 140061424611521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3536] ppid=3516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3536/stat : 3536 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478894 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060034955616 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3537] ppid=3516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3537/stat : 3537 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478894 28904853504 10241 33554432000 4194304 4196468 140732259501168 140060033902896 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42412 KiB

[startup+0.309815 s]*
/proc/loadavg: 7.45 8.16 8.26 3/211 3537
/proc/meminfo: memFree=22073260/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28231652 memory=49092 CPUtime=0.51 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 10645 0 0 0 46 5 0 0 20 0 20 0 511478887 28909211648 12273 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7057913 12273 3326 1 0 7019032 0
[pid=3518/tid=3519] ppid=3516 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) R 3516 3516 1212 0 -1 4202560 7658 0 0 0 26 3 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061449975472 140061429822844 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3523] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3523/stat : 3523 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061395204624 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3524] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3524/stat : 3524 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061394152336 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3525] ppid=3516 vsize=28231652 memory=140316313217711 CPUtime=0 cores=0-7
/proc/3518/task/3525/stat : 3525 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061393099536 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3526] ppid=3516 vsize=28231652 memory=140316313220016 CPUtime=0 cores=0-7
/proc/3518/task/3526/stat : 3526 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061392047248 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3527] ppid=3516 vsize=28231652 memory=140316313222320 CPUtime=0 cores=0-7
/proc/3518/task/3527/stat : 3527 (java) S 3516 3516 1212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511478888 28909211648 12337 33554432000 4194304 4196468 140732259501168 140061390994448 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3528] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3528/stat : 3528 (java) S 3516 3516 1212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511478890 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060160444528 140061445753474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3529] ppid=3516 vsize=28231652 memory=280632626458512 CPUtime=0 cores=0-7
/proc/3518/task/3529/stat : 3529 (java) S 3516 3516 1212 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511478890 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060042322720 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3530] ppid=3516 vsize=28231652 memory=280632626456208 CPUtime=0 cores=0-7
/proc/3518/task/3530/stat : 3530 (java) S 3516 3516 1212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511478891 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060041270384 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3531] ppid=3516 vsize=28231652 memory=280632626463120 CPUtime=0 cores=0-7
/proc/3518/task/3531/stat : 3531 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478893 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060040218704 140061445760923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3532] ppid=3516 vsize=28231652 memory=280632626404400 CPUtime=0.03 cores=0-7
/proc/3518/task/3532/stat : 3532 (java) S 3516 3516 1212 0 -1 1077944384 636 0 0 0 3 0 0 0 20 0 20 0 511478893 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060039166576 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3533] ppid=3516 vsize=28231652 memory=280632626476944 CPUtime=0.01 cores=0-7
/proc/3518/task/3533/stat : 3533 (java) S 3516 3516 1212 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 20 0 511478893 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060038113776 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3534] ppid=3516 vsize=28231652 memory=280632626483856 CPUtime=0.02 cores=0-7
/proc/3518/task/3534/stat : 3534 (java) R 3516 3516 1212 0 -1 4202560 173 0 0 0 2 0 0 0 20 0 20 0 511478893 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060037051872 140061426442624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3535] ppid=3516 vsize=28231652 memory=280632626481552 CPUtime=0.12 cores=0-7
/proc/3518/task/3535/stat : 3535 (java) S 3516 3516 1212 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 20 0 511478893 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060036008688 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3536] ppid=3516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3536/stat : 3536 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478894 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060034955616 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3537] ppid=3516 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/3518/task/3537/stat : 3537 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478894 28909211648 12337 33554432000 4194304 4196468 140732259501168 140060033902896 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50540 KiB

[startup+0.701104 s]
/proc/loadavg: 7.45 8.16 8.26 4/211 3537
/proc/meminfo: memFree=22044440/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28233776 memory=141292 CPUtime=2.05 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 15730 0 0 0 198 7 0 0 20 0 20 0 511478887 28911386624 35323 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7058444 35323 3456 1 0 7019544 0
[pid=3518/tid=3519] ppid=3516 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) R 3516 3516 1212 0 -1 4202560 8338 0 0 0 62 5 0 0 20 0 20 0 511478888 28911386624 35323 33554432000 4194304 4196468 140732259501168 140061449974960 140061047816472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28233776 memory=140316313428848 CPUtime=0 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28911386624 35323 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511478888 28911386624 35323 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511478888 28911386624 35323 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0

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

[pid=3518/tid=3545] ppid=3516 vsize=28766288 memory=6168 CPUtime=2428.38 cores=0-7
/proc/3518/task/3545/stat : 3545 (java) R 3516 3516 1212 0 -1 4202560 5428 0 0 0 242831 7 0 0 20 0 28 0 511479116 29456678912 1369177 33554432000 4194304 4196468 140732259501168 140059949886960 140061055944331 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 19473.4 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5478156 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.27 8.32 10/219 3751
/proc/meminfo: memFree=16645428/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28766288 memory=5464400 CPUtime=19952.1 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 229760 0 0 0 1994507 698 0 0 20 0 28 0 511478887 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7191572 1366100 3523 1 0 7152672 0
[pid=3518/tid=3519] ppid=3516 vsize=28766288 memory=5464400 CPUtime=2.11 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) S 3516 3516 1212 0 -1 1077944384 9319 0 0 0 203 8 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061449983104 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28766288 memory=5464400 CPUtime=0.57 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 3601 0 0 0 39 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28766288 memory=5464400 CPUtime=0.55 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1817 0 0 0 37 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28766288 memory=1448 CPUtime=0.57 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 2833 0 0 0 40 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3523] ppid=3516 vsize=28766288 memory=164 CPUtime=0.56 cores=0-7
/proc/3518/task/3523/stat : 3523 (java) S 3516 3516 1212 0 -1 1077944384 3744 0 0 0 38 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061395204624 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3524] ppid=3516 vsize=28766288 memory=5464400 CPUtime=0.56 cores=0-7
/proc/3518/task/3524/stat : 3524 (java) S 3516 3516 1212 0 -1 1077944384 2918 0 0 0 39 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061394152336 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3525] ppid=3516 vsize=28766288 memory=5464400 CPUtime=0.55 cores=0-7
/proc/3518/task/3525/stat : 3525 (java) S 3516 3516 1212 0 -1 1077944384 1890 0 0 0 38 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061393099536 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3526] ppid=3516 vsize=28766288 memory=1448 CPUtime=0.57 cores=0-7
/proc/3518/task/3526/stat : 3526 (java) S 3516 3516 1212 0 -1 1077944384 1992 0 0 0 40 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061392047248 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3527] ppid=3516 vsize=28766288 memory=1448 CPUtime=0.54 cores=0-7
/proc/3518/task/3527/stat : 3527 (java) S 3516 3516 1212 0 -1 1077944384 3310 0 0 0 38 16 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061390994448 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3528] ppid=3516 vsize=28766288 memory=1448 CPUtime=0.35 cores=0-7
/proc/3518/task/3528/stat : 3528 (java) S 3516 3516 1212 0 -1 1077944384 8472 0 0 0 15 20 0 0 20 0 28 0 511478890 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060160444528 140061445753474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3529] ppid=3516 vsize=28766288 memory=5476708 CPUtime=0 cores=0-7
/proc/3518/task/3529/stat : 3529 (java) S 3516 3516 1212 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 511478890 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060042322784 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3530] ppid=3516 vsize=28766288 memory=111636 CPUtime=0 cores=0-7
/proc/3518/task/3530/stat : 3530 (java) S 3516 3516 1212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511478891 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060041270400 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3531] ppid=3516 vsize=28766288 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3518/task/3531/stat : 3531 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060040218704 140061445760923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3532] ppid=3516 vsize=28766288 memory=3616 CPUtime=2.47 cores=0-7
/proc/3518/task/3532/stat : 3532 (java) S 3516 3516 1212 0 -1 1077944384 11937 0 0 0 245 2 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060039166576 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3533] ppid=3516 vsize=28766288 memory=5476708 CPUtime=2.84 cores=0-7
/proc/3518/task/3533/stat : 3533 (java) S 3516 3516 1212 0 -1 1077944384 20252 0 0 0 280 4 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060038113776 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3534] ppid=3516 vsize=28766288 memory=3616 CPUtime=2.97 cores=0-7
/proc/3518/task/3534/stat : 3534 (java) S 3516 3516 1212 0 -1 1077944384 13944 0 0 0 294 3 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060037061488 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3535] ppid=3516 vsize=28766288 memory=2832 CPUtime=0.82 cores=0-7
/proc/3518/task/3535/stat : 3535 (java) S 3516 3516 1212 0 -1 1077944384 8717 0 0 0 80 2 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060036008688 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3536] ppid=3516 vsize=28766288 memory=1224 CPUtime=0 cores=0-7
/proc/3518/task/3536/stat : 3536 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511478894 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060034955616 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3537] ppid=3516 vsize=28766288 memory=5464400 CPUtime=0.98 cores=0-7
/proc/3518/task/3537/stat : 3537 (java) S 3516 3516 1212 0 -1 1077944384 2780 0 0 0 49 49 0 0 20 0 28 0 511478894 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060033902896 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3538] ppid=3516 vsize=28766288 memory=5464400 CPUtime=2493.43 cores=0-7
/proc/3518/task/3538/stat : 3538 (java) R 3516 3516 1212 0 -1 4202560 7780 0 0 0 249333 10 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059957251080 140061056040595 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3539] ppid=3516 vsize=28766288 memory=3616 CPUtime=2496.79 cores=0-7
/proc/3518/task/3539/stat : 3539 (java) R 3516 3516 1212 0 -1 4202560 7908 0 0 0 249666 13 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059956199400 140061055945390 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3540] ppid=3516 vsize=28766288 memory=7548 CPUtime=2495.71 cores=0-7
/proc/3518/task/3540/stat : 3540 (java) R 3516 3516 1212 0 -1 4202560 17419 0 0 0 249517 54 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059955147096 140061055945410 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3541] ppid=3516 vsize=28766288 memory=2832 CPUtime=2486.73 cores=0-7
/proc/3518/task/3541/stat : 3541 (java) R 3516 3516 1212 0 -1 4202560 27880 0 0 0 248541 132 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059954094424 140061057889083 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3542] ppid=3516 vsize=28766288 memory=5464400 CPUtime=2480.67 cores=0-7
/proc/3518/task/3542/stat : 3542 (java) R 3516 3516 1212 0 -1 4202560 18879 0 0 0 247994 73 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059953042024 140061055492303 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3543] ppid=3516 vsize=28766288 memory=988 CPUtime=2498.67 cores=0-7
/proc/3518/task/3543/stat : 3543 (java) R 3516 3516 1212 0 -1 4202560 18008 0 0 0 249791 76 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059951991328 140061055492337 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3544] ppid=3516 vsize=28766288 memory=2012 CPUtime=2494.48 cores=0-7
/proc/3518/task/3544/stat : 3544 (java) R 3516 3516 1212 0 -1 4202560 27477 0 0 0 249298 150 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059950935776 140061055492254 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3545] ppid=3516 vsize=28766288 memory=1424 CPUtime=2488.34 cores=0-7
/proc/3518/task/3545/stat : 3545 (java) R 3516 3516 1212 0 -1 4202560 5578 0 0 0 248827 7 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059949883048 140061056008734 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 19952.1 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5465848 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.07 8.26 8.31 9/219 3754
/proc/meminfo: memFree=16645436/32770624 swapFree=67002372/67108860
[pid=3516] ppid=3513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/3516/stat : 3516 (xcsp3-exec) S 3513 3516 1212 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511478887 115843072 362 33554432000 4194304 5098028 140735593524784 140735593522888 139953880466044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28114944 140735593530193 140735593530453 140735593530453 140735593533382 0
/proc/3516/statm: 28282 362 304 221 0 87 0
[pid=3518] ppid=3516 vsize=28766288 memory=5464400 CPUtime=20093.3 cores=0-7
/proc/3518/stat : 3518 (java) S 3516 3516 1212 0 -1 1077944320 230797 0 0 0 2008632 700 0 0 20 0 28 0 511478887 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140732259483712 140061445742327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
/proc/3518/statm: 7191572 1366100 3523 1 0 7152672 0
[pid=3518/tid=3519] ppid=3516 vsize=28766288 memory=0 CPUtime=2.11 cores=0-7
/proc/3518/task/3519/stat : 3519 (java) S 3516 3516 1212 0 -1 1077944384 9319 0 0 0 203 8 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061449983104 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3520] ppid=3516 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/3518/task/3520/stat : 3520 (java) S 3516 3516 1212 0 -1 1077944384 3601 0 0 0 39 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061398362512 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3521] ppid=3516 vsize=28766288 memory=0 CPUtime=0.55 cores=0-7
/proc/3518/task/3521/stat : 3521 (java) S 3516 3516 1212 0 -1 1077944384 1817 0 0 0 37 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061397309712 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3522] ppid=3516 vsize=28766288 memory=4872558044660077418 CPUtime=0.57 cores=0-7
/proc/3518/task/3522/stat : 3522 (java) S 3516 3516 1212 0 -1 1077944384 2833 0 0 0 40 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061396257424 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3523] ppid=3516 vsize=28766288 memory=988 CPUtime=0.56 cores=0-7
/proc/3518/task/3523/stat : 3523 (java) S 3516 3516 1212 0 -1 1077944384 3744 0 0 0 38 18 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061395204624 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3524] ppid=3516 vsize=28766288 memory=2012 CPUtime=0.56 cores=0-7
/proc/3518/task/3524/stat : 3524 (java) S 3516 3516 1212 0 -1 1077944384 2918 0 0 0 39 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061394152336 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3525] ppid=3516 vsize=28766288 memory=1424 CPUtime=0.55 cores=0-7
/proc/3518/task/3525/stat : 3525 (java) S 3516 3516 1212 0 -1 1077944384 1890 0 0 0 38 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061393099536 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3526] ppid=3516 vsize=28766288 memory=580 CPUtime=0.57 cores=0-7
/proc/3518/task/3526/stat : 3526 (java) S 3516 3516 1212 0 -1 1077944384 1992 0 0 0 40 17 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061392047248 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3527] ppid=3516 vsize=28766288 memory=1692 CPUtime=0.54 cores=0-7
/proc/3518/task/3527/stat : 3527 (java) S 3516 3516 1212 0 -1 1077944384 3310 0 0 0 38 16 0 0 20 0 28 0 511478888 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140061390994448 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3528] ppid=3516 vsize=28766288 memory=3616 CPUtime=0.35 cores=0-7
/proc/3518/task/3528/stat : 3528 (java) S 3516 3516 1212 0 -1 1077944384 8479 0 0 0 15 20 0 0 20 0 28 0 511478890 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060160444528 140061445753474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3529] ppid=3516 vsize=28766288 memory=7548 CPUtime=0 cores=0-7
/proc/3518/task/3529/stat : 3529 (java) S 3516 3516 1212 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 511478890 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060042322784 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3530] ppid=3516 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/3518/task/3530/stat : 3530 (java) S 3516 3516 1212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511478891 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060041270400 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3531] ppid=3516 vsize=28766288 memory=7548 CPUtime=0 cores=0-7
/proc/3518/task/3531/stat : 3531 (java) S 3516 3516 1212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060040218704 140061445760923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3532] ppid=3516 vsize=28766288 memory=2832 CPUtime=2.48 cores=0-7
/proc/3518/task/3532/stat : 3532 (java) S 3516 3516 1212 0 -1 1077944384 11945 0 0 0 246 2 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060039166576 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3533] ppid=3516 vsize=28766288 memory=1224 CPUtime=2.84 cores=0-7
/proc/3518/task/3533/stat : 3533 (java) S 3516 3516 1212 0 -1 1077944384 20255 0 0 0 280 4 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060038113776 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3534] ppid=3516 vsize=28766288 memory=6168 CPUtime=2.97 cores=0-7
/proc/3518/task/3534/stat : 3534 (java) S 3516 3516 1212 0 -1 1077944384 13947 0 0 0 294 3 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060037061488 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3535] ppid=3516 vsize=28766288 memory=772 CPUtime=0.82 cores=0-7
/proc/3518/task/3535/stat : 3535 (java) S 3516 3516 1212 0 -1 1077944384 8721 0 0 0 80 2 0 0 20 0 28 0 511478893 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060036008688 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3536] ppid=3516 vsize=28766288 memory=1556 CPUtime=0 cores=0-7
/proc/3518/task/3536/stat : 3536 (java) S 3516 3516 1212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511478894 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060034955616 140061445752533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3537] ppid=3516 vsize=28766288 memory=1056 CPUtime=0.98 cores=0-7
/proc/3518/task/3537/stat : 3537 (java) S 3516 3516 1212 0 -1 1077944384 2807 0 0 0 49 49 0 0 20 0 28 0 511478894 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140060033902896 140061445753474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3538] ppid=3516 vsize=28766288 memory=1096 CPUtime=2511.14 cores=0-7
/proc/3518/task/3538/stat : 3538 (java) R 3516 3516 1212 0 -1 4202560 7901 0 0 0 251104 10 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059957251080 140061056040357 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3539] ppid=3516 vsize=28766288 memory=14008 CPUtime=2514.5 cores=0-7
/proc/3518/task/3539/stat : 3539 (java) R 3516 3516 1212 0 -1 4202560 7958 0 0 0 251437 13 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059956199400 140061055887154 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3540] ppid=3516 vsize=28766288 memory=532 CPUtime=2513.42 cores=0-7
/proc/3518/task/3540/stat : 3540 (java) R 3516 3516 1212 0 -1 4202560 17565 0 0 0 251288 54 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059955147096 140061055944311 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3541] ppid=3516 vsize=28766288 memory=1564 CPUtime=2504.44 cores=0-7
/proc/3518/task/3541/stat : 3541 (java) R 3516 3516 1212 0 -1 4202560 27986 0 0 0 250312 132 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059954094424 140061057889069 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3542] ppid=3516 vsize=28766288 memory=928 CPUtime=2498.37 cores=0-7
/proc/3518/task/3542/stat : 3542 (java) R 3516 3516 1212 0 -1 4202560 19018 0 0 0 249764 73 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059953042024 140061055492088 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3543] ppid=3516 vsize=28766288 memory=1804 CPUtime=2516.38 cores=0-7
/proc/3518/task/3543/stat : 3543 (java) R 3516 3516 1212 0 -1 4202560 18171 0 0 0 251562 76 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059951991328 140061055492556 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3544] ppid=3516 vsize=28766288 memory=920 CPUtime=2511.8 cores=0-7
/proc/3518/task/3544/stat : 3544 (java) R 3516 3516 1212 0 -1 4202560 27695 0 0 0 251029 151 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059950935776 140061055492551 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
[pid=3518/tid=3545] ppid=3516 vsize=28766288 memory=4984 CPUtime=2506.05 cores=0-7
/proc/3518/task/3545/stat : 3545 (java) R 3516 3516 1212 0 -1 4202560 5620 0 0 0 250598 7 0 0 20 0 28 0 511479116 29456678912 1366100 33554432000 4194304 4196468 140732259501168 140059949883048 140061056008752 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 13393920 140732259509206 140732259509382 140732259509382 140732259512271 0
Current children cumulated CPU time: 20093.3 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5465848 KiB

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

[startup+2520.04 s]
# the end of solver process 3516 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001609 s, system=0.000804 s

[startup+2520.13 s]
# the end of solver process 3518 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20087 s, system=7.0456 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): 2520.13
CPU time (s): 20094
CPU user time (s): 20087
CPU system time (s): 7.0456
CPU usage (%): 797.341
Max. virtual memory (cumulated for all children) (KiB): 28881176
Max. memory (cumulated for all children) (KiB): 5604996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20087
system time used= 7.0456
maximum resident set size= 5611776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60388
involuntary context switches= 221900


# summary of solver processes directly reported to runsolver:
#   pid: 3516,3518
#   total CPU time (s): 20094
#   total CPU user time (s): 20087
#   total CPU system time (s): 7.0456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.4387 second user time and 28.0937 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-24 22:06:48
IDJOB=4406842
IDBENCH=135046
IDSOLVER=2871
FILE ID=node146/4406842-1569355650
RUNJOBID= node146-1569350116-1239
PBS_JOBID= 21705094
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K106.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 /var/tmp/evaluation-result-4406842-1569355650/watcher-4406842-1569355650 -o /var/tmp/evaluation-result-4406842-1569355650/solver-4406842-1569355650 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1569350116-1239 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1431638572 HOME/instance-4406842-1569355650.xml

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=1431638572

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        22106804 kB
MemAvailable:   31840204 kB
Buffers:          152920 kB
Cached:          9617556 kB
SwapCached:         3564 kB
Active:          4855220 kB
Inactive:        4919992 kB
Active(anon):       4028 kB
Inactive(anon):    56476 kB
Active(file):    4851192 kB
Inactive(file):  4863516 kB
Unevictable:      110884 kB
Mlocked:          110884 kB
SwapTotal:      67108860 kB
SwapFree:       67002372 kB
Dirty:             26380 kB
Writeback:             0 kB
AnonPages:        255208 kB
Mapped:            57136 kB
Shmem:             47628 kB
Slab:             476032 kB
SReclaimable:     447152 kB
SUnreclaim:        28880 kB
KernelStack:        3456 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     516520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13480 MiB
End job on node146 at 2019-09-24 22:48:48