Trace number 4399712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? (TO) 20051.5 2520.1

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army12-21ls.xml
MD5SUM23e4294b931acf98fdd35eb0662a4341
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 benchmark470.531
Satisfiable
(Un)Satisfiability was proved
Number of variables428
Number of constraints644
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":428}]
Minimum variable degree3
Maximum variable degree14
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":296},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":52}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":222},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":296},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":52},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":644}]
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-4399712-1568711325.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399712-1568711325.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
2.55/0.93	c solve instance...
20050.86/2520.07	s UNKNOWN
20050.86/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 (14599 MiB free)
  memory of node 1: 16384 MiB (15366 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399712-1568711325/watcher-4399712-1568711325 -o /tmp/evaluation-result-4399712-1568711325/solver-4399712-1568711325 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568711284-15065 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1416646482 HOME/instance-4399712-1568711325.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=15082, runsolver pid=15079
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 8.00 8.11 8.22 3/211 15103
/proc/meminfo: memFree=30670168/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28227396 memory=27372 CPUtime=0.12 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 5813 0 0 0 10 2 0 0 20 0 20 0 447401326 28904853504 6843 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7056849 6843 3122 1 0 7019032 0
[pid=15084/tid=15085] ppid=15082 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) R 15082 15082 15038 0 -1 4202560 3674 0 0 0 8 1 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139649152720000 139648784968272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28227396 memory=288370674705737344 CPUtime=0 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15089] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15089/stat : 15089 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648696903952 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15090] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15090/stat : 15090 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648695852176 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15091] ppid=15082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15091/stat : 15091 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648694799376 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15092] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15092/stat : 15092 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401328 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648693746576 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15093] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15093/stat : 15093 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401328 28904853504 6843 33554432000 4194304 4196468 140731000677264 139648692693776 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15094] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15094/stat : 15094 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401329 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647612623216 139649148496514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15095] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15095/stat : 15095 (java) S 15082 15082 15038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447401329 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647611569184 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15096] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15096/stat : 15096 (java) S 15082 15082 15038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447401330 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647610516336 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15097] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15097/stat : 15097 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647609464656 139649148503963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15098] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15098/stat : 15098 (java) S 15082 15082 15038 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647608413040 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15099] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15099/stat : 15099 (java) S 15082 15082 15038 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647607360240 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15100] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15100/stat : 15100 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647606307440 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15101] ppid=15082 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15084/task/15101/stat : 15101 (java) R 15082 15082 15038 0 -1 4202560 406 0 0 0 2 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647605254640 139649148497302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15102] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15102/stat : 15102 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647604202080 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15103] ppid=15082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15103/stat : 15103 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 6843 33554432000 4194304 4196468 140731000677264 139647603149360 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28828 KiB

[startup+0.212091 s]*
/proc/loadavg: 8.00 8.11 8.22 2/211 15103
/proc/meminfo: memFree=30656540/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28227396 memory=39920 CPUtime=0.34 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 9755 0 0 0 30 4 0 0 20 0 20 0 447401326 28904853504 9980 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7056849 9980 3293 1 0 7019032 0
[pid=15084/tid=15085] ppid=15082 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) R 15082 15082 15038 0 -1 4202560 6671 0 0 0 17 2 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139649152719072 139649132825489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28227396 memory=288230596134830447 CPUtime=0 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28227396 memory=140298554040939 CPUtime=0 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15089] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15089/stat : 15089 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648696903952 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15090] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15090/stat : 15090 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648695852176 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15091] ppid=15082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15091/stat : 15091 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648694799376 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15092] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15092/stat : 15092 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401328 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648693746576 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15093] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15093/stat : 15093 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401328 28904853504 9980 33554432000 4194304 4196468 140731000677264 139648692693776 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15094] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15094/stat : 15094 (java) S 15082 15082 15038 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447401329 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647612623216 139649148496514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15095] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15095/stat : 15095 (java) S 15082 15082 15038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447401329 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647611569184 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15096] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15096/stat : 15096 (java) S 15082 15082 15038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447401330 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647610516336 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15097] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15097/stat : 15097 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647609464656 139649148503963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15098] ppid=15082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15084/task/15098/stat : 15098 (java) S 15082 15082 15038 0 -1 1077944384 532 0 0 0 1 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647608413040 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15099] ppid=15082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15084/task/15099/stat : 15099 (java) S 15082 15082 15038 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647607360240 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15100] ppid=15082 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15084/task/15100/stat : 15100 (java) S 15082 15082 15038 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647606307440 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15101] ppid=15082 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/15084/task/15101/stat : 15101 (java) R 15082 15082 15038 0 -1 4202560 918 0 0 0 8 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647605254640 139649127142927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15102] ppid=15082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15102/stat : 15102 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647604202080 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15103] ppid=15082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15103/stat : 15103 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28904853504 9980 33554432000 4194304 4196468 140731000677264 139647603149360 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41376 KiB

[startup+0.310721 s]*
/proc/loadavg: 8.00 8.11 8.22 2/211 15103
/proc/meminfo: memFree=30648912/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28231652 memory=49208 CPUtime=0.52 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 11207 0 0 0 47 5 0 0 20 0 20 0 447401326 28909211648 12302 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7057913 12302 3367 1 0 7019032 0
[pid=15084/tid=15085] ppid=15082 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) R 15082 15082 15038 0 -1 4202560 7779 0 0 0 26 4 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139649152716480 139649132565854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15089] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15089/stat : 15089 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648696903952 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15090] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15090/stat : 15090 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648695852176 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15091] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15091/stat : 15091 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648694799376 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15092] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15092/stat : 15092 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401328 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648693746576 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15093] ppid=15082 vsize=28231652 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/15084/task/15093/stat : 15093 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401328 28909211648 12342 33554432000 4194304 4196468 140731000677264 139648692693776 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15094] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15094/stat : 15094 (java) S 15082 15082 15038 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447401329 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647612623216 139649148496514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15095] ppid=15082 vsize=28231652 memory=280596790320512 CPUtime=0 cores=0-7
/proc/15084/task/15095/stat : 15095 (java) S 15082 15082 15038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447401329 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647611569184 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15096] ppid=15082 vsize=28231652 memory=280596790325120 CPUtime=0 cores=0-7
/proc/15084/task/15096/stat : 15096 (java) S 15082 15082 15038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447401330 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647610516336 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15097] ppid=15082 vsize=28231652 memory=280596790329728 CPUtime=0 cores=0-7
/proc/15084/task/15097/stat : 15097 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647609464656 139649148503963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15098] ppid=15082 vsize=28231652 memory=280596790334336 CPUtime=0.02 cores=0-7
/proc/15084/task/15098/stat : 15098 (java) R 15082 15082 15038 0 -1 4202560 659 0 0 0 2 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647608403152 139649126137232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15099] ppid=15082 vsize=28231652 memory=280596790338944 CPUtime=0.02 cores=0-7
/proc/15084/task/15099/stat : 15099 (java) S 15082 15082 15038 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647607360240 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15100] ppid=15082 vsize=28231652 memory=280596790343552 CPUtime=0.03 cores=0-7
/proc/15084/task/15100/stat : 15100 (java) S 15082 15082 15038 0 -1 1077944384 143 0 0 0 3 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647606307440 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15101] ppid=15082 vsize=28231652 memory=280596790348160 CPUtime=0.12 cores=0-7
/proc/15084/task/15101/stat : 15101 (java) S 15082 15082 15038 0 -1 1077944384 1107 0 0 0 12 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647605254640 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15102] ppid=15082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15102/stat : 15102 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647604202080 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15103] ppid=15082 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15084/task/15103/stat : 15103 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447401332 28909211648 12342 33554432000 4194304 4196468 140731000677264 139647603149360 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50664 KiB

[startup+0.700973 s]
/proc/loadavg: 8.00 8.11 8.22 6/211 15103
/proc/meminfo: memFree=30636120/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28233776 memory=92504 CPUtime=1.71 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 16335 0 0 0 162 9 0 0 20 0 20 0 447401326 28911386624 23126 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7058444 23126 3456 1 0 7019544 0
[pid=15084/tid=15085] ppid=15082 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) R 15082 15082 15038 0 -1 4202560 9222 0 0 0 62 5 0 0 20 0 20 0 447401327 28911386624 23126 33554432000 4194304 4196468 140731000677264 139649152721456 139649148497302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28911386624 23126 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447401327 28911386624 23126 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28233776 memory=1188 CPUtime=0 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447401327 28911386624 23126 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0

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

[pid=15084/tid=15111] ppid=15082 vsize=28766288 memory=1456 CPUtime=2415.4 cores=0-7
/proc/15084/task/15111/stat : 15111 (java) R 15082 15082 15038 0 -1 4202560 422858 0 0 0 241319 221 0 0 20 0 28 0 447401421 29456678912 512198 33554432000 4194304 4196468 140731000677264 139647586562648 139649132862487 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 19431 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2050248 KiB

[startup+2502.3 s]
/proc/loadavg: 8.15 8.30 8.30 9/219 15294
/proc/meminfo: memFree=28658472/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28766288 memory=2034940 CPUtime=19909.6 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 1683521 0 0 0 1989774 1190 0 0 20 0 28 0 447401326 29456678912 508735 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7191572 508735 3532 1 0 7152672 0
[pid=15084/tid=15085] ppid=15082 vsize=28766288 memory=1456 CPUtime=0.91 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) S 15082 15082 15038 0 -1 1077944384 9319 0 0 0 85 6 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139649152726144 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28766288 memory=2034940 CPUtime=10.72 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 30707 0 0 0 1023 49 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28766288 memory=2038532 CPUtime=10.78 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 33686 0 0 0 1031 47 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28766288 memory=2038532 CPUtime=10.77 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 27129 0 0 0 1036 41 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15089] ppid=15082 vsize=28766288 memory=2034940 CPUtime=10.82 cores=0-7
/proc/15084/task/15089/stat : 15089 (java) S 15082 15082 15038 0 -1 1077944384 26750 0 0 0 1039 43 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648696903952 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15090] ppid=15082 vsize=28766288 memory=1456 CPUtime=10.79 cores=0-7
/proc/15084/task/15090/stat : 15090 (java) S 15082 15082 15038 0 -1 1077944384 28697 0 0 0 1036 43 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648695852176 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15091] ppid=15082 vsize=28766288 memory=0 CPUtime=10.87 cores=0-7
/proc/15084/task/15091/stat : 15091 (java) S 15082 15082 15038 0 -1 1077944384 25646 0 0 0 1045 42 0 0 20 0 28 0 447401327 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648694799376 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15092] ppid=15082 vsize=28766288 memory=1456 CPUtime=10.85 cores=0-7
/proc/15084/task/15092/stat : 15092 (java) S 15082 15082 15038 0 -1 1077944384 29226 0 0 0 1044 41 0 0 20 0 28 0 447401328 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648693746576 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15093] ppid=15082 vsize=28766288 memory=2048792 CPUtime=10.78 cores=0-7
/proc/15084/task/15093/stat : 15093 (java) S 15082 15082 15038 0 -1 1077944384 31048 0 0 0 1034 44 0 0 20 0 28 0 447401328 29456678912 508735 33554432000 4194304 4196468 140731000677264 139648692693776 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15094] ppid=15082 vsize=28766288 memory=6791534058613427641 CPUtime=3.66 cores=0-7
/proc/15084/task/15094/stat : 15094 (java) S 15082 15082 15038 0 -1 1077944384 118816 0 0 0 235 131 0 0 20 0 28 0 447401329 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647612623216 139649148496514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15095] ppid=15082 vsize=28766288 memory=928 CPUtime=0 cores=0-7
/proc/15084/task/15095/stat : 15095 (java) S 15082 15082 15038 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 447401329 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647611569248 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15096] ppid=15082 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/15084/task/15096/stat : 15096 (java) S 15082 15082 15038 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 447401330 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647610516352 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15097] ppid=15082 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/15084/task/15097/stat : 15097 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647609464656 139649148503963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15098] ppid=15082 vsize=28766288 memory=1456 CPUtime=1.18 cores=0-7
/proc/15084/task/15098/stat : 15098 (java) S 15082 15082 15038 0 -1 1077944384 4369 0 0 0 116 2 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647608413040 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15099] ppid=15082 vsize=28766288 memory=2040068 CPUtime=1.06 cores=0-7
/proc/15084/task/15099/stat : 15099 (java) S 15082 15082 15038 0 -1 1077944384 3254 0 0 0 106 0 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647607360240 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15100] ppid=15082 vsize=28766288 memory=1764 CPUtime=1.01 cores=0-7
/proc/15084/task/15100/stat : 15100 (java) S 15082 15082 15038 0 -1 1077944384 3158 0 0 0 100 1 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647606307440 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15101] ppid=15082 vsize=28766288 memory=111632 CPUtime=0.69 cores=0-7
/proc/15084/task/15101/stat : 15101 (java) S 15082 15082 15038 0 -1 1077944384 6916 0 0 0 67 2 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647605254640 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15102] ppid=15082 vsize=28766288 memory=1384 CPUtime=0 cores=0-7
/proc/15084/task/15102/stat : 15102 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647604202080 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15103] ppid=15082 vsize=28766288 memory=4156 CPUtime=0.58 cores=0-7
/proc/15084/task/15103/stat : 15103 (java) S 15082 15082 15038 0 -1 1077944384 4516 0 0 0 47 11 0 0 20 0 28 0 447401332 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647603149360 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15104] ppid=15082 vsize=28766288 memory=1456 CPUtime=2479.44 cores=0-7
/proc/15084/task/15104/stat : 15104 (java) R 15082 15082 15038 0 -1 4202560 26567 0 0 0 247923 21 0 0 20 0 28 0 447401420 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647593933896 139648791548802 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15105] ppid=15082 vsize=28766288 memory=2038532 CPUtime=2477.14 cores=0-7
/proc/15084/task/15105/stat : 15105 (java) R 15082 15082 15038 0 -1 4202560 27303 0 0 0 247695 19 0 0 20 0 28 0 447401420 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647592880640 139648790942624 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15106] ppid=15082 vsize=28766288 memory=1456 CPUtime=2473.61 cores=0-7
/proc/15084/task/15106/stat : 15106 (java) R 15082 15082 15038 0 -1 4202560 46703 0 0 0 247307 54 0 0 20 0 28 0 447401420 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647591830440 139648791068037 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15107] ppid=15082 vsize=28766288 memory=2034940 CPUtime=2478.95 cores=0-7
/proc/15084/task/15107/stat : 15107 (java) R 15082 15082 15038 0 -1 4202560 254066 0 0 0 247742 153 0 0 20 0 28 0 447401421 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647590773400 139648790960428 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15108] ppid=15082 vsize=28766288 memory=2038532 CPUtime=2478.48 cores=0-7
/proc/15084/task/15108/stat : 15108 (java) R 15082 15082 15038 0 -1 4202560 226756 0 0 0 247731 117 0 0 20 0 28 0 447401421 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647589720392 139649132824179 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15109] ppid=15082 vsize=28766288 memory=2038532 CPUtime=2473.07 cores=0-7
/proc/15084/task/15109/stat : 15109 (java) R 15082 15082 15038 0 -1 4202560 268830 0 0 0 247198 109 0 0 20 0 28 0 447401421 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647588667736 139648791069957 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15110] ppid=15082 vsize=28766288 memory=111632 CPUtime=2478.03 cores=0-7
/proc/15084/task/15110/stat : 15110 (java) R 15082 15082 15038 0 -1 4202560 25638 0 0 0 247784 19 0 0 20 0 28 0 447401421 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647587614792 139648791307244 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15111] ppid=15082 vsize=28766288 memory=800 CPUtime=2475.28 cores=0-7
/proc/15084/task/15111/stat : 15111 (java) R 15082 15082 15038 0 -1 4202560 423086 0 0 0 247307 221 0 0 20 0 28 0 447401421 29456678912 508735 33554432000 4194304 4196468 140731000677264 139647586565888 139648791069995 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 19909.6 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2036396 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.11 8.29 8.30 9/220 15304
/proc/meminfo: memFree=28660016/32770624 swapFree=66953080/67108860
[pid=15082] ppid=15079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15082/stat : 15082 (xcsp3-exec) S 15079 15082 15038 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447401326 115843072 364 33554432000 4194304 5098028 140730657458096 140730657456200 140269385302652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19337216 140730657465205 140730657465449 140730657465449 140730657468362 0
/proc/15082/statm: 28282 364 305 221 0 87 0
[pid=15084] ppid=15082 vsize=28766288 memory=2032376 CPUtime=20050.9 cores=0-7
/proc/15084/stat : 15084 (java) S 15082 15082 15038 0 -1 1077944320 1685150 0 0 0 2003895 1191 0 0 20 0 28 0 447401326 29456678912 508094 33554432000 4194304 4196468 140731000677264 140731000659808 139649148485367 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
/proc/15084/statm: 7191572 508094 3532 1 0 7152672 0
[pid=15084/tid=15085] ppid=15082 vsize=28766288 memory=8317482817917895235 CPUtime=0.91 cores=0-7
/proc/15084/task/15085/stat : 15085 (java) S 15082 15082 15038 0 -1 1077944384 9319 0 0 0 85 6 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139649152726144 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15086] ppid=15082 vsize=28766288 memory=2024 CPUtime=10.73 cores=0-7
/proc/15084/task/15086/stat : 15086 (java) S 15082 15082 15038 0 -1 1077944384 30734 0 0 0 1024 49 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139649118198416 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15087] ppid=15082 vsize=28766288 memory=1384 CPUtime=10.79 cores=0-7
/proc/15084/task/15087/stat : 15087 (java) S 15082 15082 15038 0 -1 1077944384 33773 0 0 0 1032 47 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648699009552 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15088] ppid=15082 vsize=28766288 memory=6791534058613427641 CPUtime=10.79 cores=0-7
/proc/15084/task/15088/stat : 15088 (java) S 15082 15082 15038 0 -1 1077944384 27211 0 0 0 1038 41 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648697956752 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15089] ppid=15082 vsize=28766288 memory=1456 CPUtime=10.84 cores=0-7
/proc/15084/task/15089/stat : 15089 (java) S 15082 15082 15038 0 -1 1077944384 26970 0 0 0 1041 43 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648696903952 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15090] ppid=15082 vsize=28766288 memory=2034940 CPUtime=10.81 cores=0-7
/proc/15084/task/15090/stat : 15090 (java) S 15082 15082 15038 0 -1 1077944384 28742 0 0 0 1038 43 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648695852176 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15091] ppid=15082 vsize=28766288 memory=1656 CPUtime=10.89 cores=0-7
/proc/15084/task/15091/stat : 15091 (java) S 15082 15082 15038 0 -1 1077944384 25980 0 0 0 1046 43 0 0 20 0 28 0 447401327 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648694799376 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15092] ppid=15082 vsize=28766288 memory=7100839861465685612 CPUtime=10.87 cores=0-7
/proc/15084/task/15092/stat : 15092 (java) S 15082 15082 15038 0 -1 1077944384 29308 0 0 0 1046 41 0 0 20 0 28 0 447401328 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648693746576 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15093] ppid=15082 vsize=28766288 memory=-7175204567652784766 CPUtime=10.79 cores=0-7
/proc/15084/task/15093/stat : 15093 (java) S 15082 15082 15038 0 -1 1077944384 31099 0 0 0 1035 44 0 0 20 0 28 0 447401328 29456678912 508094 33554432000 4194304 4196468 140731000677264 139648692693776 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15094] ppid=15082 vsize=28766288 memory=3054156605268465310 CPUtime=3.66 cores=0-7
/proc/15084/task/15094/stat : 15094 (java) S 15082 15082 15038 0 -1 1077944384 119011 0 0 0 235 131 0 0 20 0 28 0 447401329 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647612623216 139649148496514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15095] ppid=15082 vsize=28766288 memory=916 CPUtime=0 cores=0-7
/proc/15084/task/15095/stat : 15095 (java) S 15082 15082 15038 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 447401329 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647611569248 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15096] ppid=15082 vsize=28766288 memory=916 CPUtime=0 cores=0-7
/proc/15084/task/15096/stat : 15096 (java) S 15082 15082 15038 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 447401330 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647610516352 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15097] ppid=15082 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/15084/task/15097/stat : 15097 (java) S 15082 15082 15038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647609464656 139649148503963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15098] ppid=15082 vsize=28766288 memory=1456 CPUtime=1.18 cores=0-7
/proc/15084/task/15098/stat : 15098 (java) S 15082 15082 15038 0 -1 1077944384 4371 0 0 0 116 2 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647608413040 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15099] ppid=15082 vsize=28766288 memory=2033912 CPUtime=1.06 cores=0-7
/proc/15084/task/15099/stat : 15099 (java) S 15082 15082 15038 0 -1 1077944384 3256 0 0 0 106 0 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647607360240 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15100] ppid=15082 vsize=28766288 memory=1656 CPUtime=1.01 cores=0-7
/proc/15084/task/15100/stat : 15100 (java) S 15082 15082 15038 0 -1 1077944384 3160 0 0 0 100 1 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647606307440 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15101] ppid=15082 vsize=28766288 memory=8317482817917895235 CPUtime=0.69 cores=0-7
/proc/15084/task/15101/stat : 15101 (java) S 15082 15082 15038 0 -1 1077944384 6918 0 0 0 67 2 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647605254640 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15102] ppid=15082 vsize=28766288 memory=916 CPUtime=0 cores=0-7
/proc/15084/task/15102/stat : 15102 (java) S 15082 15082 15038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647604202080 139649148495573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15103] ppid=15082 vsize=28766288 memory=3908 CPUtime=0.58 cores=0-7
/proc/15084/task/15103/stat : 15103 (java) S 15082 15082 15038 0 -1 1077944384 4531 0 0 0 47 11 0 0 20 0 28 0 447401332 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647603149360 139649148496514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15104] ppid=15082 vsize=28766288 memory=1408 CPUtime=2497.12 cores=0-7
/proc/15084/task/15104/stat : 15104 (java) R 15082 15082 15038 0 -1 4202560 26629 0 0 0 249691 21 0 0 20 0 28 0 447401420 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647593930088 139648790942950 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15105] ppid=15082 vsize=28766288 memory=3796 CPUtime=2494.79 cores=0-7
/proc/15084/task/15105/stat : 15105 (java) R 15082 15082 15038 0 -1 4202560 27363 0 0 0 249460 19 0 0 20 0 28 0 447401420 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647592878424 139648791549160 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15106] ppid=15082 vsize=28766288 memory=1456 CPUtime=2491.29 cores=0-7
/proc/15084/task/15106/stat : 15106 (java) R 15082 15082 15038 0 -1 4202560 46771 0 0 0 249075 54 0 0 20 0 28 0 447401420 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647591826632 139648791548802 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15107] ppid=15082 vsize=28766288 memory=2034940 CPUtime=2496.62 cores=0-7
/proc/15084/task/15107/stat : 15107 (java) R 15082 15082 15038 0 -1 4202560 254143 0 0 0 249509 153 0 0 20 0 28 0 447401421 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647590773104 139648792132075 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15108] ppid=15082 vsize=28766288 memory=1656 CPUtime=2496.17 cores=0-7
/proc/15084/task/15108/stat : 15108 (java) R 15082 15082 15038 0 -1 4202560 226808 0 0 0 249500 117 0 0 20 0 28 0 447401421 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647589720504 139648791247772 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15109] ppid=15082 vsize=28766288 memory=1804 CPUtime=2490.75 cores=0-7
/proc/15084/task/15109/stat : 15109 (java) R 15082 15082 15038 0 -1 4202560 268899 0 0 0 248965 110 0 0 20 0 28 0 447401421 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647588669968 139648791549176 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15110] ppid=15082 vsize=28766288 memory=1456 CPUtime=2495.62 cores=0-7
/proc/15084/task/15110/stat : 15110 (java) R 15082 15082 15038 0 -1 4202560 25676 0 0 0 249543 19 0 0 20 0 28 0 447401421 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647587615448 139648791331652 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
[pid=15084/tid=15111] ppid=15082 vsize=28766288 memory=288230596050944315 CPUtime=2492.74 cores=0-7
/proc/15084/task/15111/stat : 15111 (java) R 15082 15082 15038 0 -1 4202560 423143 0 0 0 249053 221 0 0 20 0 28 0 447401421 29456678912 508094 33554432000 4194304 4196468 140731000677264 139647586562456 139648791238880 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 23523328 140731000681450 140731000681622 140731000681622 140731000684495 0
Current children cumulated CPU time: 20050.9 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2033832 KiB

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

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

[startup+2520.1 s]
# the end of solver process 15084 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20039.6 s, system=11.9231 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.1
CPU time (s): 20051.5
CPU user time (s): 20039.6
CPU system time (s): 11.9231
CPU usage (%): 795.663
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 2988136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20039.6
system time used= 11.9231
maximum resident set size= 2987700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1686021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185628
involuntary context switches= 244387


# summary of solver processes directly reported to runsolver:
#   pid: 15082,15084
#   total CPU time (s): 20051.5
#   total CPU user time (s): 20039.6
#   total CPU system time (s): 11.9231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.7985 second user time and 25.9355 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 11:08:05
IDJOB=4399712
IDBENCH=134846
IDSOLVER=2854
FILE ID=node127/4399712-1568711325
RUNJOBID= node127-1568711284-15065
PBS_JOBID= 21703927
Free space on /tmp= 61312 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army12-21ls.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-4399712-1568711325/watcher-4399712-1568711325 -o /tmp/evaluation-result-4399712-1568711325/solver-4399712-1568711325 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568711284-15065 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1416646482 HOME/instance-4399712-1568711325.xml

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

MD5SUM BENCH= 23e4294b931acf98fdd35eb0662a4341
RANDOM SEED=1416646482

node127.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.55
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.55
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.55
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.55
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:        30684992 kB
MemAvailable:   31829664 kB
Buffers:           97636 kB
Cached:          1331572 kB
SwapCached:        51460 kB
Active:           499996 kB
Inactive:         986420 kB
Active(anon):      13528 kB
Inactive(anon):    92968 kB
Active(file):     486468 kB
Inactive(file):   893452 kB
Unevictable:      107764 kB
Mlocked:          107764 kB
SwapTotal:      67108860 kB
SwapFree:       66953080 kB
Dirty:             26032 kB
Writeback:             0 kB
AnonPages:        114928 kB
Mapped:            48296 kB
Shmem:             40676 kB
Slab:             190648 kB
SReclaimable:     161172 kB
SUnreclaim:        29476 kB
KernelStack:        3296 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61288 MiB
End job on node127 at 2019-09-17 11:50:05