Trace number 4271972

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 5a (2017-07-26)? (TO) 2520.05 2447.21

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271972-1502811507.xml"  -tl '2520s' -p 1 -x 3
0.07/0.29	c [HOME/instance-4271972-1502811507.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.42	c parse instance...
1.25/0.77	c solve instance...
2520.02/2447.20	s UNKNOWN
2520.02/2447.20	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 (14930 MiB free)
  memory of node 1: 16384 MiB (12336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271972-1502811507/watcher-4271972-1502811507 -o /tmp/evaluation-result-4271972-1502811507/solver-4271972-1502811507 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 285636275 HOME/instance-4271972-1502811507.xml 

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

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

solver pid=7282, runsolver pid=7279

[startup+0.100151 s]*
/proc/loadavg: 2.08 1.70 1.53 2/196 7283
/proc/meminfo: memFree=27920908/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

[startup+0.209201 s]*
/proc/loadavg: 2.08 1.70 1.53 3/211 7298
/proc/meminfo: memFree=27908724/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13974352 memory=23196 CPUtime=0.07 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 5263 0 0 0 6 1 0 0 20 0 15 0 83371292 14309736448 5799 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3493588 5799 2704 1 0 3482964 0
[pid=7284/tid=7285] ppid=7282 vsize=13974352 memory=8389772277269004345 CPUtime=0.05 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 3426 0 0 0 5 0 0 0 20 0 15 0 83371293 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139655375526288 139655357368592 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13974352 memory=288370470281295488 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13974352 memory=140094129583744 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654847899168 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13974352 memory=140094129583744 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654846846320 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371302 14309736448 5865 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24572 KiB

[startup+0.312083 s]*
/proc/loadavg: 2.08 1.70 1.53 3/211 7298
/proc/meminfo: memFree=27893876/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13974352 memory=37316 CPUtime=0.25 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 8866 0 0 0 22 3 0 0 20 0 15 0 83371292 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3493588 9329 2983 1 0 3482964 0
[pid=7284/tid=7285] ppid=7282 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 6124 0 0 0 13 2 0 0 20 0 15 0 83371293 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139655375508000 139655355381086 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371293 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654847899168 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83371295 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654846846320 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 15 0 83371298 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 83371298 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 699 0 0 0 5 0 0 0 20 0 15 0 83371298 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371302 14309736448 9329 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38692 KiB

[startup+0.70112 s]
/proc/loadavg: 2.08 1.70 1.53 5/211 7298
/proc/meminfo: memFree=27881568/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13980732 memory=79384 CPUtime=1.25 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 13537 0 0 0 121 4 0 0 20 0 15 0 83371292 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3495183 19846 3172 1 0 3483476 0
[pid=7284/tid=7285] ppid=7282 vsize=13980732 memory=-8774313645642428999 CPUtime=0.53 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 7974 0 0 0 50 3 0 0 20 0 15 0 83371293 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139655375536224 139654974432799 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654847899168 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654846846320 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) R 7282 7282 897 0 -1 4202560 1742 0 0 0 21 0 0 0 20 0 15 0 83371298 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654844723016 139655350993699 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) R 7282 7282 897 0 -1 4202560 925 0 0 0 21 0 0 0 20 0 15 0 83371298 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654843675768 139655356466187 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) R 7282 7282 897 0 -1 4202560 1589 0 0 0 28 0 0 0 20 0 15 0 83371298 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371321946 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371302 14316269568 19846 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 80760 KiB

[startup+1.50076 s]
/proc/loadavg: 2.08 1.70 1.53 5/211 7298
/proc/meminfo: memFree=27840500/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13980732 memory=115324 CPUtime=3.37 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 20225 0 0 0 330 7 0 0 20 0 15 0 83371292 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3495183 28831 3185 1 0 3483476 0
[pid=7284/tid=7285] ppid=7282 vsize=13980732 memory=6944652177228980320 CPUtime=1.33 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 8952 0 0 0 128 5 0 0 20 0 15 0 83371293 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139655375537056 139654976706314 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13980732 memory=4206186544037388384 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 83371293 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13980732 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13980732 memory=288230587427467564 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654847899168 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13980732 memory=288283385594666413 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654846846320 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=576587700018377745 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=288289991187235684 CPUtime=0.78 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 3903 0 0 0 78 0 0 0 20 0 15 0 83371298 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 3529 0 0 0 80 0 0 0 20 0 15 0 83371298 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 2527 0 0 0 42 0 0 0 20 0 15 0 83371298 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 83371302 14316269568 28831 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0

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

/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654846846336 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=750184 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=1376 CPUtime=3.42 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 21065 0 0 0 340 2 0 0 20 0 15 0 83371298 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=1376 CPUtime=3.7 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 30197 0 0 0 366 4 0 0 20 0 15 0 83371298 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=1376 CPUtime=0.75 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 12135 0 0 0 73 2 0 0 20 0 15 0 83371298 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=1376 CPUtime=1.34 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1156 0 0 0 66 68 0 0 20 0 15 0 83371302 14316269568 196002 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 2391.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 785384 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.51 1.62 3/212 7541
/proc/meminfo: memFree=28808624/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13980732 memory=746112 CPUtime=2453.91 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 332996 0 0 0 245044 347 0 0 20 0 15 0 83371292 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3495183 186528 3252 1 0 3483476 0
[pid=7284/tid=7285] ppid=7282 vsize=13980732 memory=749192 CPUtime=2359.43 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 105308 0 0 0 235899 44 0 0 20 0 15 0 83371293 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139655375540112 139654977780549 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13980732 memory=1376 CPUtime=20.97 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 20650 0 0 0 2042 55 0 0 20 0 15 0 83371293 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13980732 memory=33 CPUtime=21.03 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 23502 0 0 0 2044 59 0 0 20 0 15 0 83371293 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13980732 memory=5788 CPUtime=20.99 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 20197 0 0 0 2043 56 0 0 20 0 15 0 83371293 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13980732 memory=759820 CPUtime=21.05 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 19206 0 0 0 2050 55 0 0 20 0 15 0 83371293 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13980732 memory=749192 CPUtime=1.09 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 78218 0 0 0 89 20 0 0 20 0 15 0 83371295 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654847899232 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654846846336 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=761872 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=1376 CPUtime=3.42 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 21067 0 0 0 340 2 0 0 20 0 15 0 83371298 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=1376 CPUtime=3.7 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 30199 0 0 0 366 4 0 0 20 0 15 0 83371298 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=765464 CPUtime=0.75 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 12137 0 0 0 73 2 0 0 20 0 15 0 83371298 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=749192 CPUtime=1.38 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1161 0 0 0 68 70 0 0 20 0 15 0 83371302 14316269568 186528 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 2453.91 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 747488 KiB

[startup+2442.3 s]
/proc/loadavg: 1.72 1.57 1.63 3/212 7543
/proc/meminfo: memFree=28969636/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13980732 memory=765992 CPUtime=2515.03 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 334492 0 0 0 251148 355 0 0 20 0 15 0 83371292 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3495183 191498 3252 1 0 3483476 0
[pid=7284/tid=7285] ppid=7282 vsize=13980732 memory=765992 CPUtime=2419.03 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 106187 0 0 0 241859 44 0 0 20 0 15 0 83371293 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139655375540336 139654977950406 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13980732 memory=765992 CPUtime=21.33 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 20722 0 0 0 2077 56 0 0 20 0 15 0 83371293 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13980732 memory=766000 CPUtime=21.39 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 23649 0 0 0 2079 60 0 0 20 0 15 0 83371293 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13980732 memory=765992 CPUtime=21.35 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 20303 0 0 0 2078 57 0 0 20 0 15 0 83371293 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13980732 memory=765992 CPUtime=21.42 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 19280 0 0 0 2085 57 0 0 20 0 15 0 83371293 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13980732 memory=1376 CPUtime=1.11 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 78420 0 0 0 91 20 0 0 20 0 15 0 83371295 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654847899232 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654846846336 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=762936 CPUtime=3.42 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 21067 0 0 0 340 2 0 0 20 0 15 0 83371298 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=1376 CPUtime=3.7 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 30199 0 0 0 366 4 0 0 20 0 15 0 83371298 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=1376 CPUtime=0.75 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 12137 0 0 0 73 2 0 0 20 0 15 0 83371298 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=765992 CPUtime=1.41 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1177 0 0 0 69 72 0 0 20 0 15 0 83371302 14316269568 191498 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 2515.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 767368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2447.2 s]
/proc/loadavg: 1.66 1.56 1.63 3/212 7543
/proc/meminfo: memFree=28932804/32770624 swapFree=67108860/67108860
[pid=7282] ppid=7279 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/7282/stat : 7282 (xcsp3-exec) S 7279 7282 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 83371282 9740288 344 18446744073709551615 4194304 5098028 140720677604672 140720677602776 140518220509820 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 19750912 140720677605753 140720677605957 140720677605957 140720677609451 0
/proc/7282/statm: 2378 344 289 221 0 87 0
[pid=7284] ppid=7282 vsize=13980732 memory=765576 CPUtime=2520.02 cores=0,2,4,6
/proc/7284/stat : 7284 (java) S 7282 7282 897 0 -1 1077944320 334516 0 0 0 251646 356 0 0 20 0 15 0 83371292 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 140721109601936 139655371300599 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
/proc/7284/statm: 3495183 191394 3252 1 0 3483476 0
[pid=7284/tid=7285] ppid=7282 vsize=13980732 memory=45892 CPUtime=2423.89 cores=0,2,4,6
/proc/7284/task/7285/stat : 7285 (java) R 7282 7282 897 0 -1 4202560 106191 0 0 0 242345 44 0 0 20 0 15 0 83371293 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139655375540304 139654977904840 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7286] ppid=7282 vsize=13980732 memory=1292 CPUtime=21.36 cores=0,2,4,6
/proc/7284/task/7286/stat : 7286 (java) S 7282 7282 897 0 -1 1077944384 20728 0 0 0 2080 56 0 0 20 0 15 0 83371293 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139655305734800 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7287] ppid=7282 vsize=13980732 memory=2316 CPUtime=21.43 cores=0,2,4,6
/proc/7284/task/7287/stat : 7287 (java) S 7282 7282 897 0 -1 1077944384 23654 0 0 0 2082 61 0 0 20 0 15 0 83371293 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139655304682000 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7288] ppid=7282 vsize=13980732 memory=1376 CPUtime=21.38 cores=0,2,4,6
/proc/7284/task/7288/stat : 7288 (java) S 7282 7282 897 0 -1 1077944384 20309 0 0 0 2081 57 0 0 20 0 15 0 83371293 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139655303629200 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7289] ppid=7282 vsize=13980732 memory=765576 CPUtime=21.45 cores=0,2,4,6
/proc/7284/task/7289/stat : 7289 (java) S 7282 7282 897 0 -1 1077944384 19283 0 0 0 2088 57 0 0 20 0 15 0 83371293 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139655302576400 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7290] ppid=7282 vsize=13980732 memory=4304 CPUtime=1.11 cores=0,2,4,6
/proc/7284/task/7290/stat : 7290 (java) S 7282 7282 897 0 -1 1077944384 78420 0 0 0 91 20 0 0 20 0 15 0 83371295 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654848953200 139655371311746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7291] ppid=7282 vsize=13980732 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7291/stat : 7291 (java) S 7282 7282 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654847899232 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7292] ppid=7282 vsize=13980732 memory=928 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7292/stat : 7292 (java) S 7282 7282 897 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 83371295 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654846846336 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7293] ppid=7282 vsize=13980732 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7293/stat : 7293 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654845794640 139655371319195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7294] ppid=7282 vsize=13980732 memory=840 CPUtime=3.42 cores=0,2,4,6
/proc/7284/task/7294/stat : 7294 (java) S 7282 7282 897 0 -1 1077944384 21067 0 0 0 340 2 0 0 20 0 15 0 83371298 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654844742000 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7295] ppid=7282 vsize=13980732 memory=16436 CPUtime=3.7 cores=0,2,4,6
/proc/7284/task/7295/stat : 7295 (java) S 7282 7282 897 0 -1 1077944384 30199 0 0 0 366 4 0 0 20 0 15 0 83371298 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654843689200 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7296] ppid=7282 vsize=13980732 memory=4060 CPUtime=0.75 cores=0,2,4,6
/proc/7284/task/7296/stat : 7296 (java) S 7282 7282 897 0 -1 1077944384 12137 0 0 0 73 2 0 0 20 0 15 0 83371298 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654842636400 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7297] ppid=7282 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/7284/task/7297/stat : 7297 (java) S 7282 7282 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 83371298 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654841583840 139655371310805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
[pid=7284/tid=7298] ppid=7282 vsize=13980732 memory=1228 CPUtime=1.41 cores=0,2,4,6
/proc/7284/task/7298/stat : 7298 (java) S 7282 7282 897 0 -1 1077944384 1177 0 0 0 69 72 0 0 20 0 15 0 83371302 14316269568 191394 18446744073709551615 4194304 4196468 140721109619392 139654840532144 139655371311746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 38764544 140721109627313 140721109627489 140721109627489 140721109630927 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 766952 KiB

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

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

[startup+2447.21 s]
# the end of solver process 7284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.48 s, system=3.56831 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): 2447.21
CPU time (s): 2520.05
CPU user time (s): 2516.48
CPU system time (s): 3.56831
CPU usage (%): 102.976
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.48
system time used= 3.56831
maximum resident set size= 2193884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68998
involuntary context switches= 3607


# summary of solver processes directly reported to runsolver:
#   pid: 7282,7284
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.48
#   total CPU system time (s): 3.56831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9579 second user time and 25.5594 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-15 17:24:20
IDJOB=4271972
IDBENCH=133712
IDSOLVER=2664
FILE ID=node125/4271972-1502811507
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271972-1502811507/watcher-4271972-1502811507 -o /tmp/evaluation-result-4271972-1502811507/solver-4271972-1502811507 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 285636275 HOME/instance-4271972-1502811507.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=285636275

node125.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.07
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.07
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.07
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.07
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:        27921740 kB
MemAvailable:   28920444 kB
Buffers:          304756 kB
Cached:           987776 kB
SwapCached:            0 kB
Active:          3798212 kB
Inactive:         613636 kB
Active(anon):    3120196 kB
Inactive(anon):    33100 kB
Active(file):     678016 kB
Inactive(file):   580536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8088 kB
Writeback:             8 kB
AnonPages:       3119692 kB
Mapped:            64132 kB
Shmem:             33444 kB
Slab:             138168 kB
SReclaimable:     111976 kB
SUnreclaim:        26192 kB
KernelStack:        3440 kB
PageTables:        10832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4544916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2994176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-15 18:05:08