Trace number 4393085

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-06-14? (TO) 2520.37 637.508

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9702
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393085-1568352674.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393085-1568352674.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
17.51/5.84	c solve instance...
2520.01/637.47	s UNKNOWN
2520.01/637.47	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 (10798 MiB free)
  memory of node 1: 16384 MiB (15418 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393085-1568352674/watcher-4393085-1568352674 -o /tmp/evaluation-result-4393085-1568352674/solver-4393085-1568352674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2742 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1288367064 HOME/instance-4393085-1568352674.xml 

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

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

solver pid=3422, runsolver pid=3419

[startup+0.101609 s]*
/proc/loadavg: 8.81 8.07 5.38 6/232 3438
/proc/meminfo: memFree=26829208/32770624 swapFree=66921444/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15144768 memory=29384 CPUtime=0.13 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 5789 0 0 0 12 1 0 0 20 0 15 0 411523449 15508242432 7346 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3786192 7346 3154 1 0 3748377 0
[pid=3424/tid=3425] ppid=3422 vsize=15144768 memory=-2698087569006908830 CPUtime=0.09 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) S 3422 3422 2710 0 -1 1077944384 3674 0 0 0 9 0 0 0 20 0 15 0 411523449 15508242432 7346 33554432000 4194304 4196468 140730134406480 140484334978496 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411523451 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411523452 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483203519520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411523452 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483202466672 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) R 3422 3422 2710 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) R 3422 3422 2710 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483199310576 140484315499652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0.02 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) R 3422 3422 2710 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 411523454 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483198257776 140484307973840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523455 15508242432 7346 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30832 KiB

[startup+0.210787 s]*
/proc/loadavg: 8.81 8.07 5.38 7/232 3438
/proc/meminfo: memFree=26816840/32770624 swapFree=66921444/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15144768 memory=40748 CPUtime=0.34 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 9433 0 0 0 32 2 0 0 20 0 15 0 411523449 15508242432 10187 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3786192 10187 3266 1 0 3748377 0
[pid=3424/tid=3425] ppid=3422 vsize=15144768 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) R 3422 3422 2710 0 -1 4202560 6646 0 0 0 18 1 0 0 20 0 15 0 411523449 15508242432 10187 33554432000 4194304 4196468 140730134406480 140484334988000 140484314830174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15144768 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15144768 memory=140461806032395 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411523450 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411523451 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411523452 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483203519520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411523452 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483202466672 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) S 3422 3422 2710 0 -1 1077944384 504 0 0 0 2 0 0 0 20 0 15 0 411523454 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) S 3422 3422 2710 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 411523454 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483199310576 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15144768 memory=140461806016128 CPUtime=0.08 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 761 0 0 0 8 0 0 0 20 0 15 0 411523454 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523455 15508242432 10187 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42196 KiB

[startup+0.310605 s]*
/proc/loadavg: 8.81 8.07 5.38 7/232 3438
/proc/meminfo: memFree=26809580/32770624 swapFree=66921444/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15149024 memory=50180 CPUtime=0.53 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 10882 0 0 0 50 3 0 0 20 0 15 0 411523449 15512600576 12545 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3787256 12545 3343 1 0 3748377 0
[pid=3424/tid=3425] ppid=3422 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) R 3422 3422 2710 0 -1 4202560 7861 0 0 0 28 2 0 0 20 0 15 0 411523449 15512600576 12545 33554432000 4194304 4196468 140730134406480 140484334976304 140484330771613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15149024 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411523450 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15149024 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411523451 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15149024 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411523452 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483203519520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15149024 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411523452 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483202466672 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15149024 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15149024 memory=-8412656567168561567 CPUtime=0.05 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) S 3422 3422 2710 0 -1 1077944384 612 0 0 0 5 0 0 0 20 0 15 0 411523454 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) S 3422 3422 2710 0 -1 1077944384 255 0 0 0 4 0 0 0 20 0 15 0 411523454 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483199310576 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 15 0 411523454 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523455 15512600576 12545 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51628 KiB

[startup+0.700799 s]
/proc/loadavg: 8.81 8.07 5.38 9/232 3438
/proc/meminfo: memFree=26782904/32770624 swapFree=66921444/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15151148 memory=115588 CPUtime=1.76 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 14407 0 0 0 172 4 0 0 20 0 15 0 411523449 15514775552 28897 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3787787 28897 3447 1 0 3748889 0
[pid=3424/tid=3425] ppid=3422 vsize=15151148 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) R 3422 3422 2710 0 -1 4202560 8289 0 0 0 64 3 0 0 20 0 15 0 411523449 15514775552 28897 33554432000 4194304 4196468 140730134406480 140484334982576 140483971265989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15151148 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523450 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411523450 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15151148 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411523451 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411523452 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483203519520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15151148 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411523452 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483202466672 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15151148 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15151148 memory=1044 CPUtime=0.38 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) R 3422 3422 2710 0 -1 4202560 1707 0 0 0 38 0 0 0 20 0 15 0 411523454 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483200344392 140484314246475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15151148 memory=708 CPUtime=0.37 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) R 3422 3422 2710 0 -1 4202560 1487 0 0 0 37 0 0 0 20 0 15 0 411523454 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483199290696 140484314246634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15151148 memory=9364 CPUtime=0.3 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 1618 0 0 0 30 0 0 0 20 0 15 0 411523454 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15151148 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411523454 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411523455 15514775552 28897 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 117036 KiB

[startup+1.50438 s]
/proc/loadavg: 8.81 8.07 5.38 8/232 3438
/proc/meminfo: memFree=26660032/32770624 swapFree=66921444/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0

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

/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 196002 0 0 0 206157 471 0 0 20 0 19 0 411523449 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3854863 1285223 3551 1 0 3815965 0
[pid=3424/tid=3425] ppid=3422 vsize=15419452 memory=5140892 CPUtime=4.27 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) S 3422 3422 2710 0 -1 1077944384 12050 0 0 0 416 11 0 0 20 0 19 0 411523449 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140484334990464 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15419452 memory=0 CPUtime=12.63 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 8492 0 0 0 1156 107 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15419452 memory=9364 CPUtime=12.54 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 9757 0 0 0 1146 108 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15419452 memory=1120 CPUtime=12.63 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 9045 0 0 0 1159 104 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15419452 memory=4925932 CPUtime=12.59 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 7435 0 0 0 1153 106 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15419452 memory=4925932 CPUtime=2.35 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 12822 0 0 0 233 2 0 0 20 0 19 0 411523451 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483203519584 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15419452 memory=5140892 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483202466688 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15419452 memory=804 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15419452 memory=4100 CPUtime=5.5 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) S 3422 3422 2710 0 -1 1077944384 26339 0 0 0 548 2 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15419452 memory=1448 CPUtime=5.95 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) S 3422 3422 2710 0 -1 1077944384 29055 0 0 0 591 4 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483199310576 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15419452 memory=5140892 CPUtime=1.25 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 17561 0 0 0 123 2 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15419452 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15419452 memory=708 CPUtime=0.22 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1257 0 0 0 0 22 0 0 20 0 19 0 411523455 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3439] ppid=3422 vsize=15419452 memory=0 CPUtime=500.13 cores=1,3,5,7
/proc/3424/task/3439/stat : 3439 (java) R 3422 3422 2710 0 -1 4202560 7771 0 0 0 50010 3 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483185081544 140483980944800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3440] ppid=3422 vsize=15419452 memory=7522510443204929377 CPUtime=496.77 cores=1,3,5,7
/proc/3424/task/3440/stat : 3440 (java) R 3422 3422 2710 0 -1 4202560 11668 0 0 0 49674 3 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483184029056 140483979639202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3441] ppid=3422 vsize=15419452 memory=1448 CPUtime=499.12 cores=1,3,5,7
/proc/3424/task/3441/stat : 3441 (java) R 3422 3422 2710 0 -1 4202560 28635 0 0 0 49902 10 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483182976808 140483980665592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3442] ppid=3422 vsize=15419452 memory=1448 CPUtime=500.18 cores=1,3,5,7
/proc/3424/task/3442/stat : 3442 (java) R 3422 3422 2710 0 -1 4202560 12725 0 0 0 50016 2 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483181925144 140483980375748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 2066.28 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5142340 KiB

[startup+582.301 s]
/proc/loadavg: 8.43 8.28 6.75 10/237 3589
/proc/meminfo: memFree=24006112/32770624 swapFree=66921452/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15419452 memory=5140892 CPUtime=2305.13 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 199536 0 0 0 230041 472 0 0 20 0 19 0 411523449 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3854863 1285223 3551 1 0 3815965 0
[pid=3424/tid=3425] ppid=3422 vsize=15419452 memory=5140892 CPUtime=4.27 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) S 3422 3422 2710 0 -1 1077944384 12050 0 0 0 416 11 0 0 20 0 19 0 411523449 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140484334990464 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15419452 memory=5140892 CPUtime=12.63 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 8492 0 0 0 1156 107 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15419452 memory=5140892 CPUtime=12.54 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 9757 0 0 0 1146 108 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15419452 memory=5140892 CPUtime=12.63 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 9045 0 0 0 1159 104 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15419452 memory=5140892 CPUtime=12.59 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 7435 0 0 0 1153 106 0 0 20 0 19 0 411523450 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15419452 memory=1448 CPUtime=2.36 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 12827 0 0 0 234 2 0 0 20 0 19 0 411523451 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15419452 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483203519584 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15419452 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483202466688 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15419452 memory=5708 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15419452 memory=2120 CPUtime=5.5 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) S 3422 3422 2710 0 -1 1077944384 26343 0 0 0 548 2 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15419452 memory=1448 CPUtime=5.95 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) S 3422 3422 2710 0 -1 1077944384 29057 0 0 0 591 4 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483199310576 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15419452 memory=1448 CPUtime=1.25 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 17569 0 0 0 123 2 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15419452 memory=3580 CPUtime=0.25 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1285 0 0 0 0 25 0 0 20 0 19 0 411523455 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3439] ppid=3422 vsize=15419452 memory=1284 CPUtime=559.99 cores=1,3,5,7
/proc/3424/task/3439/stat : 3439 (java) R 3422 3422 2710 0 -1 4202560 8118 0 0 0 55996 3 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483185084960 140483981394066 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3440] ppid=3422 vsize=15419452 memory=1044 CPUtime=555.77 cores=1,3,5,7
/proc/3424/task/3440/stat : 3440 (java) R 3422 3422 2710 0 -1 4202560 12324 0 0 0 55574 3 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483184033928 140483968997463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3441] ppid=3422 vsize=15419452 memory=708 CPUtime=559.09 cores=1,3,5,7
/proc/3424/task/3441/stat : 3441 (java) R 3422 3422 2710 0 -1 4202560 30272 0 0 0 55898 11 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483182981128 140483971728628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3442] ppid=3422 vsize=15419452 memory=1448 CPUtime=560.18 cores=1,3,5,7
/proc/3424/task/3442/stat : 3442 (java) R 3422 3422 2710 0 -1 4202560 13572 0 0 0 56015 3 0 0 20 0 19 0 411524036 15789518848 1285223 33554432000 4194304 4196468 140730134406480 140483181925144 140483968996668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 2305.13 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5142340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+637.401 s]
/proc/loadavg: 8.18 8.27 6.84 9/236 3592
/proc/meminfo: memFree=23499704/32770624 swapFree=66921452/67108860
[pid=3422] ppid=3419 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/3422/stat : 3422 (xcsp3-exec) S 3419 3422 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411523448 115843072 362 33554432000 4194304 5098028 140730759048480 140730759046584 140142662656636 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18993152 140730759050106 140730759050349 140730759050349 140730759053258 0
/proc/3422/statm: 28282 362 304 221 0 87 0
[pid=3424] ppid=3422 vsize=15419452 memory=5601368 CPUtime=2520.01 cores=1,3,5,7
/proc/3424/stat : 3424 (java) S 3422 3422 2710 0 -1 1077944320 212202 0 0 0 251501 500 0 0 20 0 19 0 411523449 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140730134389024 140484330749687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
/proc/3424/statm: 3854863 1400342 3551 1 0 3815965 0
[pid=3424/tid=3425] ppid=3422 vsize=15419452 memory=18280 CPUtime=4.27 cores=1,3,5,7
/proc/3424/task/3425/stat : 3425 (java) S 3422 3422 2710 0 -1 1077944384 12050 0 0 0 416 11 0 0 20 0 19 0 411523449 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140484334990464 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3426] ppid=3422 vsize=15419452 memory=988 CPUtime=18.04 cores=1,3,5,7
/proc/3424/task/3426/stat : 3426 (java) S 3422 3422 2710 0 -1 1077944384 9094 0 0 0 1687 117 0 0 20 0 19 0 411523450 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483922943120 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3427] ppid=3422 vsize=15419452 memory=2016 CPUtime=17.89 cores=1,3,5,7
/proc/3424/task/3427/stat : 3427 (java) S 3422 3422 2710 0 -1 1077944384 10551 0 0 0 1675 114 0 0 20 0 19 0 411523450 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483921890320 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3428] ppid=3422 vsize=15419452 memory=1284 CPUtime=18.03 cores=1,3,5,7
/proc/3424/task/3428/stat : 3428 (java) S 3422 3422 2710 0 -1 1077944384 10295 0 0 0 1693 110 0 0 20 0 19 0 411523450 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483920837520 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3429] ppid=3422 vsize=15419452 memory=1044 CPUtime=18.16 cores=1,3,5,7
/proc/3424/task/3429/stat : 3429 (java) S 3422 3422 2710 0 -1 1077944384 8991 0 0 0 1704 112 0 0 20 0 19 0 411523450 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483919784720 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3430] ppid=3422 vsize=15419452 memory=1816 CPUtime=3.7 cores=1,3,5,7
/proc/3424/task/3430/stat : 3430 (java) S 3422 3422 2710 0 -1 1077944384 18616 0 0 0 368 2 0 0 20 0 19 0 411523451 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483204573552 140484330760834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3431] ppid=3422 vsize=15419452 memory=370 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3431/stat : 3431 (java) S 3422 3422 2710 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483203519584 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3432] ppid=3422 vsize=15419452 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3432/stat : 3432 (java) S 3422 3422 2710 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 411523452 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483202466688 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3433] ppid=3422 vsize=15419452 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3433/stat : 3433 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483201414992 140484330768283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3434] ppid=3422 vsize=15419452 memory=0 CPUtime=5.5 cores=1,3,5,7
/proc/3424/task/3434/stat : 3434 (java) S 3422 3422 2710 0 -1 1077944384 26346 0 0 0 548 2 0 0 20 0 19 0 411523454 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483200363376 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3435] ppid=3422 vsize=15419452 memory=550 CPUtime=5.95 cores=1,3,5,7
/proc/3424/task/3435/stat : 3435 (java) S 3422 3422 2710 0 -1 1077944384 29060 0 0 0 591 4 0 0 20 0 19 0 411523454 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483199310576 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3436] ppid=3422 vsize=15419452 memory=1804 CPUtime=1.25 cores=1,3,5,7
/proc/3424/task/3436/stat : 3436 (java) S 3422 3422 2710 0 -1 1077944384 17578 0 0 0 123 2 0 0 20 0 19 0 411523454 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483198257776 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3437] ppid=3422 vsize=15419452 memory=1789 CPUtime=0 cores=1,3,5,7
/proc/3424/task/3437/stat : 3437 (java) S 3422 3422 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411523454 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483197205216 140484330759893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3438] ppid=3422 vsize=15419452 memory=1803 CPUtime=0.36 cores=1,3,5,7
/proc/3424/task/3438/stat : 3438 (java) S 3422 3422 2710 0 -1 1077944384 1314 0 0 0 9 27 0 0 20 0 19 0 411523455 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483196152496 140484330760834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3439] ppid=3422 vsize=15419452 memory=1816 CPUtime=607.56 cores=1,3,5,7
/proc/3424/task/3439/stat : 3439 (java) R 3422 3422 2710 0 -1 4202560 8556 0 0 0 60753 3 0 0 20 0 19 0 411524036 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483185080984 140483980941120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3440] ppid=3422 vsize=15419452 memory=370 CPUtime=603.8 cores=1,3,5,7
/proc/3424/task/3440/stat : 3440 (java) R 3422 3422 2710 0 -1 4202560 12885 0 0 0 60376 4 0 0 20 0 19 0 411524036 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483184029464 140483979639202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3441] ppid=3422 vsize=15419452 memory=0 CPUtime=607.14 cores=1,3,5,7
/proc/3424/task/3441/stat : 3441 (java) R 3422 3422 2710 0 -1 4202560 31179 0 0 0 60703 11 0 0 20 0 19 0 411524036 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483182976560 140483976384784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
[pid=3424/tid=3442] ppid=3422 vsize=15419452 memory=0 CPUtime=608.34 cores=1,3,5,7
/proc/3424/task/3442/stat : 3442 (java) R 3422 3422 2710 0 -1 4202560 14292 0 0 0 60831 3 0 0 20 0 19 0 411524036 15789518848 1400342 33554432000 4194304 4196468 140730134406480 140483181927800 140483980375657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30789632 140730134410223 140730134410394 140730134410394 140730134413263 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 5602816 KiB

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

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

[startup+637.508 s]
# the end of solver process 3424 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.34 s, system=5.03036 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): 637.508
CPU time (s): 2520.37
CPU user time (s): 2515.34
CPU system time (s): 5.03036
CPU usage (%): 395.347
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 5602816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.34
system time used= 5.03036
maximum resident set size= 5601984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18610
involuntary context switches= 42849


# summary of solver processes directly reported to runsolver:
#   pid: 3422,3424
#   total CPU time (s): 2520.37
#   total CPU user time (s): 2515.34
#   total CPU system time (s): 5.03036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02882 second user time and 7.50443 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 06:29:18
IDJOB=4393085
IDBENCH=139283
IDSOLVER=2840
FILE ID=node107/4393085-1568352674
RUNJOBID= node107-1568348173-2742
PBS_JOBID= 21701178
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393085-1568352674/watcher-4393085-1568352674 -o /tmp/evaluation-result-4393085-1568352674/solver-4393085-1568352674 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2742 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1288367064 HOME/instance-4393085-1568352674.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=1288367064

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        26846036 kB
MemAvailable:   27261520 kB
Buffers:          133544 kB
Cached:           551244 kB
SwapCached:        80012 kB
Active:          4968332 kB
Inactive:         358204 kB
Active(anon):    4571176 kB
Inactive(anon):   100500 kB
Active(file):     397156 kB
Inactive(file):   257704 kB
Unevictable:      110036 kB
Mlocked:          110036 kB
SwapTotal:      67108860 kB
SwapFree:       66921444 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:       4672620 kB
Mapped:            45964 kB
Shmem:             21184 kB
Slab:             182312 kB
SReclaimable:     152920 kB
SUnreclaim:        29392 kB
KernelStack:        3776 kB
PageTables:        14308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6341120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4538368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55656 MiB
End job on node107 at 2019-09-13 06:39:55