Trace number 4292362

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.05 2382.62

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62102
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292362-1532281790.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.18	c [HOME/instance-4292362-1532281790.xml, -tl, 2400s, -p, 1, -x, 0]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
12.25/4.07	c solve instance...
2400.01/2382.60	s UNKNOWN
2400.01/2382.60	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 (7792 MiB free)
  memory of node 1: 16384 MiB (8585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292362-1532281790/watcher-4292362-1532281790 -o /tmp/evaluation-result-4292362-1532281790/solver-4292362-1532281790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560 HOME/xcsp3-exec -seed 1870620144 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292362-1532281790.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=6321, runsolver pid=6318

[startup+0.100058 s]*
/proc/loadavg: 2.19 1.79 1.62 4/221 6337
/proc/meminfo: memFree=16754284/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14082840 memory=28324 CPUtime=0.12 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 5489 0 0 0 11 1 0 0 20 0 15 0 45742189 14420828160 7081 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3520710 7081 2972 1 0 3483008 0
[pid=6323/tid=6324] ppid=6321 vsize=14082840 memory=7900058800316715867 CPUtime=0.08 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 3512 0 0 0 8 0 0 0 20 0 15 0 45742190 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258844668800 140258824484197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258020324256 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258019271664 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0.01 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) R 6321 6321 3347 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258015062768 140258840461914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 7081 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29780 KiB

[startup+0.210743 s]*
/proc/loadavg: 2.19 1.79 1.62 3/221 6337
/proc/meminfo: memFree=16742608/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14082840 memory=40948 CPUtime=0.34 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 8281 0 0 0 32 2 0 0 20 0 15 0 45742189 14420828160 10237 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3520710 10237 3169 1 0 3483008 0
[pid=6323/tid=6324] ppid=6321 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 5399 0 0 0 19 1 0 0 20 0 15 0 45742190 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258844674688 140258824521054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14082840 memory=8967 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14082840 memory=140044374343168 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258020324256 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45742192 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258019271664 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14082840 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14082840 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14082840 memory=140044374079104 CPUtime=0.08 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 815 0 0 0 8 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742195 14420828160 10237 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42404 KiB

[startup+0.310709 s]*
/proc/loadavg: 2.19 1.79 1.62 3/221 6337
/proc/meminfo: memFree=16736776/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14087096 memory=47496 CPUtime=0.51 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 9042 0 0 0 49 2 0 0 20 0 15 0 45742189 14425186304 11874 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3521774 11874 3221 1 0 3483008 0
[pid=6323/tid=6324] ppid=6321 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 6078 0 0 0 28 1 0 0 20 0 15 0 45742190 14425186304 11874 33554432000 4194304 4196468 140731087929440 140258844671680 140258840462493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14425186304 11874 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45742192 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45742192 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258020324256 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45742192 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258019271664 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14087096 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14087096 memory=8325818968683490714 CPUtime=0.03 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 349 0 0 0 3 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 442 0 0 0 4 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742195 14425186304 11929 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48952 KiB

[startup+0.701489 s]
/proc/loadavg: 2.19 1.79 1.62 6/221 6337
/proc/meminfo: memFree=16710744/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14089220 memory=97104 CPUtime=1.81 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 12721 0 0 0 177 4 0 0 20 0 15 0 45742189 14427361280 24276 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3522305 24276 3330 1 0 3483520 0
[pid=6323/tid=6324] ppid=6321 vsize=14089220 memory=3472328296227679313 CPUtime=0.67 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 6579 0 0 0 65 2 0 0 20 0 15 0 45742190 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258844677344 140258481745889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14089220 memory=15424 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742190 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45742190 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14089220 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45742192 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14089220 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45742192 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258020324256 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14089220 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45742192 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258019271664 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14089220 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14089220 memory=12984 CPUtime=0.34 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) R 6321 6321 3347 0 -1 4202560 1330 0 0 0 34 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258017153736 140258819913639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14089220 memory=5664 CPUtime=0.39 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) R 6321 6321 3347 0 -1 4202560 1390 0 0 0 39 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258016092576 140258825352896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14089220 memory=4620 CPUtime=0.37 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 2112 0 0 0 37 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14089220 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45742195 14427361280 24276 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 98560 KiB

[startup+1.50144 s]
/proc/loadavg: 2.19 1.79 1.62 5/221 6337
/proc/meminfo: memFree=16613872/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0

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

[pid=6323/tid=6329] ppid=6321 vsize=14091268 memory=8316868033356759116 CPUtime=0.07 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 2622 0 0 0 4 3 0 0 20 0 15 0 45742192 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14091268 memory=1391876 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258020324320 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14091268 memory=1391876 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258019271680 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14091268 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14091268 memory=15540 CPUtime=7 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 39940 0 0 0 695 5 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14091268 memory=1456 CPUtime=6.55 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 31439 0 0 0 652 3 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14091268 memory=1456 CPUtime=1.27 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 14429 0 0 0 124 3 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14091268 memory=1391876 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14091268 memory=1456 CPUtime=1.34 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 2896 0 0 0 71 63 0 0 20 0 15 0 45742195 14429458432 347969 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 2279.64 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1393332 KiB

[startup+2322.3 s]
/proc/loadavg: 2.16 2.13 2.04 3/222 6543
/proc/meminfo: memFree=15545700/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14091268 memory=1392036 CPUtime=2339.67 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 144543 0 0 0 233847 120 0 0 20 0 15 0 45742189 14429458432 348009 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3522817 348009 3414 1 0 3484032 0
[pid=6323/tid=6324] ppid=6321 vsize=14091268 memory=1391876 CPUtime=2321.87 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 43799 0 0 0 232165 22 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258844680000 140258488350306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.37 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 2618 0 0 0 29 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14091268 memory=1456 CPUtime=0.34 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 1491 0 0 0 27 7 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14091268 memory=1456 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 2120 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14091268 memory=1296 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 1773 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14091268 memory=2324 CPUtime=0.08 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 2631 0 0 0 5 3 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258020324320 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14091268 memory=1391876 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258019271680 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14091268 memory=1391876 CPUtime=7 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 39944 0 0 0 695 5 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14091268 memory=1204 CPUtime=6.55 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 31445 0 0 0 652 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14091268 memory=8388 CPUtime=1.27 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 14435 0 0 0 124 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14091268 memory=1392036 CPUtime=1.38 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 2929 0 0 0 73 65 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 2339.67 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1393492 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/222 6544
/proc/meminfo: memFree=15541296/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14091268 memory=1392036 CPUtime=2399.71 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 145510 0 0 0 239850 121 0 0 20 0 15 0 45742189 14429458432 348009 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3522817 348009 3414 1 0 3484032 0
[pid=6323/tid=6324] ppid=6321 vsize=14091268 memory=1392036 CPUtime=2381.87 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 44705 0 0 0 238165 22 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258844680000 140258488216753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.37 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 2618 0 0 0 29 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.34 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 1491 0 0 0 27 7 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 2120 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 1773 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0.08 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 2640 0 0 0 5 3 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258020324320 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258019271680 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14091268 memory=1392036 CPUtime=7 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 39948 0 0 0 695 5 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14091268 memory=1456 CPUtime=6.55 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 31451 0 0 0 652 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14091268 memory=4036 CPUtime=1.27 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 14440 0 0 0 124 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14091268 memory=15556 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14091268 memory=1296 CPUtime=1.41 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 2966 0 0 0 75 66 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 2399.71 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1393492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.6 s]
/proc/loadavg: 2.06 2.11 2.04 3/222 6544
/proc/meminfo: memFree=15541296/32770624 swapFree=67108860/67108860
[pid=6321] ppid=6318 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6321/stat : 6321 (xcsp3-exec) S 6318 6321 3347 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45742189 115843072 364 33554432000 4194304 5098028 140720863262576 140720863260680 140596221653628 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19324928 140720863269946 140720863270148 140720863270148 140720863272906 0
/proc/6321/statm: 28282 364 306 221 0 87 0
[pid=6323] ppid=6321 vsize=14091268 memory=1392036 CPUtime=2400.01 cores=0,2,4,6
/proc/6323/stat : 6323 (java) S 6321 6321 3347 0 -1 1077944320 145520 0 0 0 239880 121 0 0 20 0 15 0 45742189 14429458432 348009 33554432000 4194304 4196468 140731087929440 140731087911984 140258840440567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
/proc/6323/statm: 3522817 348009 3414 1 0 3484032 0
[pid=6323/tid=6324] ppid=6321 vsize=14091268 memory=1844 CPUtime=2382.17 cores=0,2,4,6
/proc/6323/task/6324/stat : 6324 (java) R 6321 6321 3347 0 -1 4202560 44711 0 0 0 238195 22 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258844680000 140258488216725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6325] ppid=6321 vsize=14091268 memory=796 CPUtime=0.37 cores=0,2,4,6
/proc/6323/task/6325/stat : 6325 (java) S 6321 6321 3347 0 -1 1077944384 2618 0 0 0 29 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258436164368 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6326] ppid=6321 vsize=14091268 memory=1700 CPUtime=0.34 cores=0,2,4,6
/proc/6323/task/6326/stat : 6326 (java) S 6321 6321 3347 0 -1 1077944384 1491 0 0 0 27 7 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258435111824 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6327] ppid=6321 vsize=14091268 memory=12984 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6327/stat : 6327 (java) S 6321 6321 3347 0 -1 1077944384 2120 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258434059280 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6328] ppid=6321 vsize=14091268 memory=5664 CPUtime=0.36 cores=0,2,4,6
/proc/6323/task/6328/stat : 6328 (java) S 6321 6321 3347 0 -1 1077944384 1773 0 0 0 28 8 0 0 20 0 15 0 45742190 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258433006736 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6329] ppid=6321 vsize=14091268 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6323/task/6329/stat : 6329 (java) S 6321 6321 3347 0 -1 1077944384 2640 0 0 0 5 3 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258021378032 140258840451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6330] ppid=6321 vsize=14091268 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6330/stat : 6330 (java) S 6321 6321 3347 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258020324320 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6331] ppid=6321 vsize=14091268 memory=1392036 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6331/stat : 6331 (java) S 6321 6321 3347 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45742192 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258019271680 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6332] ppid=6321 vsize=14091268 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6332/stat : 6332 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258018220240 140258840459163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6333] ppid=6321 vsize=14091268 memory=1392036 CPUtime=7 cores=0,2,4,6
/proc/6323/task/6333/stat : 6333 (java) S 6321 6321 3347 0 -1 1077944384 39948 0 0 0 695 5 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258017167856 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6334] ppid=6321 vsize=14091268 memory=1844 CPUtime=6.55 cores=0,2,4,6
/proc/6323/task/6334/stat : 6334 (java) S 6321 6321 3347 0 -1 1077944384 31451 0 0 0 652 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258016115312 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6335] ppid=6321 vsize=14091268 memory=1012 CPUtime=1.27 cores=0,2,4,6
/proc/6323/task/6335/stat : 6335 (java) S 6321 6321 3347 0 -1 1077944384 14440 0 0 0 124 3 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258015062768 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6336] ppid=6321 vsize=14091268 memory=1956 CPUtime=0 cores=0,2,4,6
/proc/6323/task/6336/stat : 6336 (java) S 6321 6321 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258014010464 140258840450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
[pid=6323/tid=6337] ppid=6321 vsize=14091268 memory=1204 CPUtime=1.41 cores=0,2,4,6
/proc/6323/task/6337/stat : 6337 (java) S 6321 6321 3347 0 -1 1077944384 2970 0 0 0 75 66 0 0 20 0 15 0 45742195 14429458432 348009 33554432000 4194304 4196468 140731087929440 140258012956976 140258840451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39849984 140731087934593 140731087934769 140731087934769 140731087937487 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1393492 KiB

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

[startup+2382.62 s]
# the end of solver process 6321 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.82 s, system=1.23242 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2382.62
CPU time (s): 2400.05
CPU user time (s): 2398.82
CPU system time (s): 1.23242
CPU usage (%): 100.731
Max. virtual memory (cumulated for all children) (KiB): 14207112
Max. memory (cumulated for all children) (KiB): 1393492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.82
system time used= 1.23242
maximum resident set size= 1392492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55659
involuntary context switches= 1644


# summary of solver processes directly reported to runsolver:
#   pid: 6321
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2398.82
#   total CPU system time (s): 1.23242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6203 second user time and 21.7686 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 19:49:50
IDJOB=4292362
IDBENCH=141057
IDSOLVER=2747
FILE ID=node133/4292362-1532281790
RUNJOBID= node133-1532279307-5949
PBS_JOBID= 21018968
Free space on /tmp= 52624 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292362-1532281790/watcher-4292362-1532281790 -o /tmp/evaluation-result-4292362-1532281790/solver-4292362-1532281790 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560  HOME/xcsp3-exec -seed 1870620144 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292362-1532281790.xml

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

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=1870620144

node133.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.24
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.24
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.24
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.24
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:        16771664 kB
MemAvailable:   31585872 kB
Buffers:          204716 kB
Cached:         14687228 kB
SwapCached:            0 kB
Active:          1641172 kB
Inactive:       13657028 kB
Active(anon):     397012 kB
Inactive(anon):    29520 kB
Active(file):    1244160 kB
Inactive(file): 13627508 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21332 kB
Writeback:             0 kB
AnonPages:        411540 kB
Mapped:            48828 kB
Shmem:             17056 kB
Slab:             398452 kB
SReclaimable:     371000 kB
SUnreclaim:        27452 kB
KernelStack:        3648 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1423116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52604 MiB
End job on node133 at 2018-07-22 20:29:33