Trace number 4399011

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? (TO) 2520.32 638

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
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-4399011-1568699738.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399011-1568699738.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
18.11/6.17	c solve instance...
2520.00/637.96	s UNKNOWN
2520.00/637.96	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 (14658 MiB free)
  memory of node 1: 16384 MiB (15407 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399011-1568699738/watcher-4399011-1568699738 -o /tmp/evaluation-result-4399011-1568699738/solver-4399011-1568699738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568698770-20212 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 815077062 HOME/instance-4399011-1568699738.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
solver pid=21163, runsolver pid=21160
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 8.70 8.25 5.79 7/234 21179
/proc/meminfo: memFree=30768212/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15144776 memory=30976 CPUtime=0.13 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 5710 0 0 0 12 1 0 0 20 0 15 0 446135403 15508250624 7744 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3786194 7744 3140 1 0 3748377 0
[pid=21165/tid=21166] ppid=21163 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) R 21163 21163 20180 0 -1 4202560 3565 0 0 0 8 1 0 0 20 0 15 0 446135403 15508250624 7744 33554432000 4194304 4196468 140734749298000 140271153603040 140271141608254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 7744 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15144776 memory=139688301918440 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 7744 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 7744 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446135405 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446135405 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270684096160 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446135406 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270683043056 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) R 21163 21163 20180 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) R 21163 21163 20180 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270084548976 140271142356169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15144776 memory=139688298620544 CPUtime=0.02 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) R 21163 21163 20180 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270083495920 140271133451614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 7744 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32428 KiB

[startup+0.210718 s]*
/proc/loadavg: 8.70 8.25 5.79 6/234 21180
/proc/meminfo: memFree=30755244/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15144776 memory=42812 CPUtime=0.34 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 9471 0 0 0 31 3 0 0 20 0 15 0 446135403 15508250624 10703 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3786194 10703 3271 1 0 3748377 0
[pid=21165/tid=21166] ppid=21163 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) R 21163 21163 20180 0 -1 4202560 6603 0 0 0 18 2 0 0 20 0 15 0 446135403 15508250624 10766 33554432000 4194304 4196468 140734749298000 140271153606112 140271135064608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15144776 memory=14643 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 10766 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15144776 memory=3760706095927994016 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 10766 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 10766 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446135404 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15144776 memory=139688298620544 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446135405 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446135405 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270684096160 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446135406 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270683043056 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21163 21163 20180 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21163 21163 20180 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270084548976 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15144776 memory=139688298620544 CPUtime=0.08 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 797 0 0 0 8 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135408 15508250624 10766 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44264 KiB

[startup+0.312575 s]*
/proc/loadavg: 8.70 8.25 5.79 7/234 21180
/proc/meminfo: memFree=30747464/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15149032 memory=52660 CPUtime=0.53 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 10946 0 0 0 49 4 0 0 20 0 15 0 446135403 15512608768 13165 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3787258 13165 3368 1 0 3748377 0
[pid=21165/tid=21166] ppid=21163 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) R 21163 21163 20180 0 -1 4202560 7840 0 0 0 27 3 0 0 20 0 15 0 446135403 15512608768 13165 33554432000 4194304 4196468 140734749298000 140271153607952 140271149383062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15512608768 13165 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15512608768 13165 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15512608768 13165 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446135404 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446135405 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446135405 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270684096160 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446135406 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270683043056 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21163 21163 20180 0 -1 1077944384 475 0 0 0 3 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21163 21163 20180 0 -1 1077944384 431 0 0 0 5 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270084548976 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 893 0 0 0 12 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135408 15512608768 13165 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 54112 KiB

[startup+0.701605 s]
/proc/loadavg: 8.70 8.25 5.79 9/234 21180
/proc/meminfo: memFree=30718956/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15151156 memory=119220 CPUtime=1.75 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 13841 0 0 0 170 5 0 0 20 0 15 0 446135403 15514783744 29805 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3787789 29805 3445 1 0 3748889 0
[pid=21165/tid=21166] ppid=21163 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) R 21163 21163 20180 0 -1 4202560 8296 0 0 0 63 4 0 0 20 0 15 0 446135403 15514783744 29805 33554432000 4194304 4196468 140734749298000 140271153606120 140270766381706 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15514783744 29805 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15514783744 29805 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15151156 memory=740 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446135404 15514783744 29805 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15151156 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446135404 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15151156 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446135405 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15151156 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446135405 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270684096160 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446135406 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270683043056 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15151156 memory=1160 CPUtime=0.37 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) R 21163 21163 20180 0 -1 4202560 1441 0 0 0 37 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270680925280 140271130781277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15151156 memory=1720 CPUtime=0.38 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) R 21163 21163 20180 0 -1 4202560 1041 0 0 0 38 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270084545344 140271130892582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15151156 memory=1096 CPUtime=0.3 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 1754 0 0 0 30 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15151156 memory=5988 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446135408 15514783744 29805 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 120672 KiB

[startup+1.50158 s]
/proc/loadavg: 8.70 8.25 5.79 8/233 21180
/proc/meminfo: memFree=30460936/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0

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

/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 244416 0 0 0 205506 480 0 0 20 0 19 0 446135403 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3854865 1477448 3551 1 0 3815965 0
[pid=21165/tid=21166] ppid=21163 vsize=15419460 memory=1398722017469774279 CPUtime=4.34 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) S 21163 21163 20180 0 -1 1077944384 13242 0 0 0 419 15 0 0 20 0 19 0 446135403 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140271153611904 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15419460 memory=-8707038579349950309 CPUtime=19.31 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 14072 0 0 0 1821 110 0 0 20 0 19 0 446135404 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15419460 memory=-8253362762722141311 CPUtime=19.1 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 13163 0 0 0 1803 107 0 0 20 0 19 0 446135404 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15419460 memory=-6520471753822164382 CPUtime=19.03 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 12302 0 0 0 1794 109 0 0 20 0 19 0 446135404 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15419460 memory=-8412656567318647667 CPUtime=19.07 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 13195 0 0 0 1802 105 0 0 20 0 19 0 446135404 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15419460 memory=8514701219730522529 CPUtime=4.29 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 14112 0 0 0 426 3 0 0 20 0 19 0 446135405 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15419460 memory=4427205132082312746 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 446135405 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270684096224 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15419460 memory=-8412652152092201843 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 446135406 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270683043072 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15419460 memory=-8486080722631693414 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15419460 memory=7444826669743501158 CPUtime=5.75 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21163 21163 20180 0 -1 1077944384 27397 0 0 0 573 2 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15419460 memory=7156598479679613292 CPUtime=5.63 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21163 21163 20180 0 -1 1077944384 24619 0 0 0 561 2 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270084548976 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15419460 memory=7596285487506023528 CPUtime=1.23 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 16583 0 0 0 120 3 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15419460 memory=3268 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15419460 memory=1452 CPUtime=0.2 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1348 0 0 0 14 6 0 0 20 0 19 0 446135408 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21181] ppid=21163 vsize=15419460 memory=5909792 CPUtime=491.08 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) R 21163 21163 20180 0 -1 4202560 9402 0 0 0 49107 1 0 0 20 0 19 0 446136023 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140270076698232 140270775219729 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21182] ppid=21163 vsize=15419460 memory=4104 CPUtime=490.72 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) R 21163 21163 20180 0 -1 4202560 31942 0 0 0 49064 8 0 0 20 0 19 0 446136023 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140269627101528 140270771700949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21183] ppid=21163 vsize=15419460 memory=1412 CPUtime=489.23 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) R 21163 21163 20180 0 -1 4202560 19928 0 0 0 48920 3 0 0 20 0 19 0 446136023 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140269626048744 140270776789091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21184] ppid=21163 vsize=15419460 memory=3200 CPUtime=490.77 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21163 21163 20180 0 -1 4202560 31759 0 0 0 49070 7 0 0 20 0 19 0 446136023 15789527040 1477448 33554432000 4194304 4196468 140734749298000 140269624995472 140270775406423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 2059.86 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5911244 KiB

[startup+582.302 s]*
/proc/loadavg: 8.23 8.32 7.02 9/239 21421
/proc/meminfo: memFree=24863876/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15419460 memory=5911960 CPUtime=2298.66 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 254720 0 0 0 229384 482 0 0 20 0 19 0 446135403 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3854865 1477990 3551 1 0 3815965 0
[pid=21165/tid=21166] ppid=21163 vsize=15419460 memory=1398722017469774279 CPUtime=4.34 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) S 21163 21163 20180 0 -1 1077944384 13242 0 0 0 419 15 0 0 20 0 19 0 446135403 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271153611904 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15419460 memory=504 CPUtime=19.38 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 14623 0 0 0 1828 110 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15419460 memory=1560 CPUtime=19.18 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 14459 0 0 0 1811 107 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15419460 memory=1452 CPUtime=19.11 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 12493 0 0 0 1802 109 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15419460 memory=6791534058613427641 CPUtime=19.14 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 13493 0 0 0 1809 105 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15419460 memory=16106965717748364 CPUtime=4.29 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 14321 0 0 0 426 3 0 0 20 0 19 0 446135405 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 446135405 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270684096224 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 446135406 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270683043072 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15419460 memory=0 CPUtime=5.79 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21163 21163 20180 0 -1 1077944384 28438 0 0 0 577 2 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15419460 memory=279376350470736 CPUtime=5.64 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21163 21163 20180 0 -1 1077944384 24766 0 0 0 562 2 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270084548976 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15419460 memory=139688175428115 CPUtime=1.23 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 17558 0 0 0 120 3 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15419460 memory=120 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15419460 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1430 0 0 0 16 6 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21181] ppid=21163 vsize=15419460 memory=18 CPUtime=550.68 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) R 21163 21163 20180 0 -1 4202560 10028 0 0 0 55067 1 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270076698232 140270775250366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21182] ppid=21163 vsize=15419460 memory=46027 CPUtime=550.06 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) R 21163 21163 20180 0 -1 4202560 33136 0 0 0 54997 9 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269627103352 140270766985815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21183] ppid=21163 vsize=15419460 memory=8326441210107759530 CPUtime=549.05 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) R 21163 21163 20180 0 -1 4202560 21473 0 0 0 54902 3 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269626048968 140270776789273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21184] ppid=21163 vsize=15419460 memory=-8383865636863188341 CPUtime=550.43 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21163 21163 20180 0 -1 4202560 33894 0 0 0 55036 7 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269624995600 140270764135111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 2298.66 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5913412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+637.902 s]
/proc/loadavg: 8.23 8.31 7.09 10/238 21425
/proc/meminfo: memFree=24861748/32770624 swapFree=67004312/67108860
[pid=21163] ppid=21160 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21163/stat : 21163 (xcsp3-exec) S 21160 21163 20180 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446135402 115843072 363 33554432000 4194304 5098028 140721882760400 140721882758504 139903594791548 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39841792 140721882764155 140721882764397 140721882764397 140721882767306 0
/proc/21163/statm: 28282 363 304 221 0 87 0
[pid=21165] ppid=21163 vsize=15419460 memory=5911960 CPUtime=2520 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21163 21163 20180 0 -1 1077944320 259571 0 0 0 251516 484 0 0 20 0 19 0 446135403 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140734749280544 140271149371127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
/proc/21165/statm: 3854865 1477990 3551 1 0 3815965 0
[pid=21165/tid=21166] ppid=21163 vsize=15419460 memory=984 CPUtime=4.34 cores=1,3,5,7
/proc/21165/task/21166/stat : 21166 (java) S 21163 21163 20180 0 -1 1077944384 13242 0 0 0 419 15 0 0 20 0 19 0 446135403 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271153611904 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21167] ppid=21163 vsize=15419460 memory=1940 CPUtime=19.38 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21163 21163 20180 0 -1 1077944384 14623 0 0 0 1828 110 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271085607440 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21168] ppid=21163 vsize=15419460 memory=1416 CPUtime=19.18 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21163 21163 20180 0 -1 1077944384 14459 0 0 0 1811 107 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271084554896 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21169] ppid=21163 vsize=15419460 memory=1556 CPUtime=19.11 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21163 21163 20180 0 -1 1077944384 12493 0 0 0 1802 109 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140271083501840 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21170] ppid=21163 vsize=15419460 memory=740 CPUtime=19.14 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21163 21163 20180 0 -1 1077944384 13493 0 0 0 1809 105 0 0 20 0 19 0 446135404 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270738397584 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21171] ppid=21163 vsize=15419460 memory=1052 CPUtime=4.29 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21163 21163 20180 0 -1 1077944384 14326 0 0 0 426 3 0 0 20 0 19 0 446135405 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270685149936 140271149382274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21172] ppid=21163 vsize=15419460 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21163 21163 20180 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 446135405 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270684096224 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21173] ppid=21163 vsize=15419460 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21163 21163 20180 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 446135406 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270683043072 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21174] ppid=21163 vsize=15419460 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270681991632 140271149389723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21175] ppid=21163 vsize=15419460 memory=776 CPUtime=5.79 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21163 21163 20180 0 -1 1077944384 28441 0 0 0 577 2 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270680938736 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21176] ppid=21163 vsize=15419460 memory=1160 CPUtime=5.65 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21163 21163 20180 0 -1 1077944384 26065 0 0 0 563 2 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270084548976 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21177] ppid=21163 vsize=15419460 memory=1720 CPUtime=1.23 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21163 21163 20180 0 -1 1077944384 17572 0 0 0 120 3 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270083495920 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21178] ppid=21163 vsize=15419460 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21163 21163 20180 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270082443616 140271149381333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21179] ppid=21163 vsize=15419460 memory=5988 CPUtime=0.24 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21163 21163 20180 0 -1 1077944384 1463 0 0 0 18 6 0 0 20 0 19 0 446135408 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270081391664 140271149382274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21181] ppid=21163 vsize=15419460 memory=14012 CPUtime=606.25 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) R 21163 21163 20180 0 -1 4202560 10739 0 0 0 60624 1 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140270076698232 140270775219661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21182] ppid=21163 vsize=15419460 memory=23712 CPUtime=605.62 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) R 21163 21163 20180 0 -1 4202560 34065 0 0 0 60553 9 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269627103704 140270765751277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21183] ppid=21163 vsize=15419460 memory=14068 CPUtime=604.63 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) R 21163 21163 20180 0 -1 4202560 22056 0 0 0 60459 4 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269626048968 140270776789338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
[pid=21165/tid=21184] ppid=21163 vsize=15419460 memory=2120 CPUtime=605.01 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21163 21163 20180 0 -1 4202560 35168 0 0 0 60494 7 0 0 20 0 19 0 446136023 15789527040 1477990 33554432000 4194304 4196468 140734749298000 140269624995880 140270774044112 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140734749299695 140734749299866 140734749299866 140734749302735 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5913412 KiB

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

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

[startup+637.999 s]
# the end of solver process 21165 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.45 s, system=4.86864 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): 638
CPU time (s): 2520.32
CPU user time (s): 2515.45
CPU system time (s): 4.86864
CPU usage (%): 395.034
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 5913412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.45
system time used= 4.86864
maximum resident set size= 5912512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260776
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18861
involuntary context switches= 37674


# summary of solver processes directly reported to runsolver:
#   pid: 21163,21165
#   total CPU time (s): 2520.32
#   total CPU user time (s): 2515.45
#   total CPU system time (s): 4.86864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.21658 second user time and 7.20423 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 07:55:01
IDJOB=4399011
IDBENCH=139285
IDSOLVER=2853
FILE ID=node148/4399011-1568699738
RUNJOBID= node148-1568698770-20212
PBS_JOBID= 21703819
Free space on /tmp= 61284 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-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-4399011-1568699738/watcher-4399011-1568699738 -o /tmp/evaluation-result-4399011-1568699738/solver-4399011-1568699738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568698770-20212 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 815077062 HOME/instance-4399011-1568699738.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=815077062

node148.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.13
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.13
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.13
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.13
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:        30786948 kB
MemAvailable:   31733556 kB
Buffers:          159456 kB
Cached:          1089780 kB
SwapCached:         3732 kB
Active:           712124 kB
Inactive:         710996 kB
Active(anon):     170600 kB
Inactive(anon):    52652 kB
Active(file):     541524 kB
Inactive(file):   658344 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004312 kB
Dirty:             26920 kB
Writeback:             0 kB
AnonPages:        279756 kB
Mapped:            61548 kB
Shmem:             40624 kB
Slab:             154164 kB
SReclaimable:     125148 kB
SUnreclaim:        29016 kB
KernelStack:        3824 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1409412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61256 MiB
End job on node148 at 2019-09-17 08:05:39