Trace number 4284157

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-08-18)? (TO) 2520.0801 2479.22

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark996
Best CPU time to get the best result obtained on this benchmark19860.699
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284157-1503177968.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4284157-1503177968.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
1.62/0.82	c solve instance...
2520.04/2479.21	s UNKNOWN
2520.04/2479.21	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 (14639 MiB free)
  memory of node 1: 16384 MiB (15431 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284157-1503177968/watcher-4284157-1503177968 -o /tmp/evaluation-result-4284157-1503177968/solver-4284157-1503177968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 717259239 HOME/instance-4284157-1503177968.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.61 1.71 1.64 3/202 9738
/proc/meminfo: memFree=30787412/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=13358712 memory=14896 CPUtime=0.01 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 3481 0 0 0 1 0 0 0 20 0 6 0 119989771 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3339678 3724 1905 1 0 3329175 0
[pid=9733/tid=9734] ppid=9731 vsize=13358712 memory=-8023549066454273880 CPUtime=0.01 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 2285 0 0 0 1 0 0 0 20 0 6 0 119989772 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140523802989136 140523783875952 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 119989772 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=13358712 memory=140403280774784 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 119989772 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 119989772 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 119989772 13679321088 3724 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16276 KiB

[startup+0.209887 s]*
/proc/loadavg: 1.61 1.71 1.64 4/211 9747
/proc/meminfo: memFree=30776400/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=13974352 memory=27460 CPUtime=0.1 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 5273 0 0 0 9 1 0 0 20 0 15 0 119989771 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3493588 6865 2752 1 0 3482964 0
[pid=9733/tid=9734] ppid=9731 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 3420 0 0 0 7 0 0 0 20 0 15 0 119989772 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523802978464 140523782146352 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=13974352 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=13974352 memory=140403281916317 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=13974352 memory=140403280774784 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523275802272 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523274749168 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9731 9731 28892 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523272644848 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9731 9731 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=13974352 memory=140403280774784 CPUtime=0.01 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9731 9731 28892 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 15 0 119989777 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=13974352 memory=140403280774784 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989781 14309736448 6865 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28840 KiB

[startup+0.310184 s]*
/proc/loadavg: 1.61 1.71 1.64 4/211 9747
/proc/meminfo: memFree=30765420/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=13974352 memory=39240 CPUtime=0.29 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 8949 0 0 0 27 2 0 0 20 0 15 0 119989771 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3493588 9810 2980 1 0 3482964 0
[pid=9733/tid=9734] ppid=9731 vsize=13974352 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 6123 0 0 0 16 1 0 0 20 0 15 0 119989772 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523802991312 140523782833502 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989772 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523275802272 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119989774 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523274749168 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) R 9731 9731 28892 0 -1 4202560 528 0 0 0 1 0 0 0 20 0 15 0 119989777 14309736448 9810 18446744073709551615 4194304 4196468 140726000867472 140523272625864 140523798774362 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) R 9731 9731 28892 0 -1 4202560 316 0 0 0 2 0 0 0 20 0 15 0 119989777 14309736448 9876 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798774362 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=13974352 memory=140403280774784 CPUtime=0.06 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) R 9731 9731 28892 0 -1 1077944384 707 0 0 0 6 0 0 0 20 0 15 0 119989777 14309736448 9876 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14309736448 9876 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=13974352 memory=140403280774784 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989781 14309736448 9876 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40620 KiB

[startup+0.701054 s]
/proc/loadavg: 1.61 1.71 1.64 4/211 9747
/proc/meminfo: memFree=30754492/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=13980732 memory=69552 CPUtime=1.3 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 13478 0 0 0 125 5 0 0 20 0 15 0 119989771 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3495183 17388 3157 1 0 3483476 0
[pid=9733/tid=9734] ppid=9731 vsize=13980732 memory=5861541947240501328 CPUtime=0.56 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 8498 0 0 0 52 4 0 0 20 0 15 0 119989772 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523802989936 140523427991620 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=13980732 memory=7014463425792201040 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=13980732 memory=7007707949394126417 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=13980732 memory=140403152113072 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989772 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119989774 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119989774 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523275802272 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=13980732 memory=662364497384251440 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119989774 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523274749168 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=13980732 memory=11210019468133 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=13980732 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) R 9731 9731 28892 0 -1 4202560 1028 0 0 0 19 0 0 0 20 0 15 0 119989777 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523272630944 140523783145232 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=13980732 memory=3908 CPUtime=0.21 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) R 9731 9731 28892 0 -1 4202560 1075 0 0 0 21 0 0 0 20 0 15 0 119989777 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523271583632 140523782139851 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=13980732 memory=-7677926825137650786 CPUtime=0.32 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) R 9731 9731 28892 0 -1 4202560 1570 0 0 0 32 0 0 0 20 0 15 0 119989777 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523270533824 140523790990142 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) R 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989781 14316269568 17388 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70932 KiB

[startup+1.50081 s]
/proc/loadavg: 1.61 1.71 1.64 5/211 9747
/proc/meminfo: memFree=30722096/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=13982936 memory=125884 CPUtime=3.73 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 31131 0 0 0 365 8 0 0 20 0 15 0 119989771 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3495734 31471 3198 1 0 3484027 0
[pid=9733/tid=9734] ppid=9731 vsize=13982936 memory=5792312357458177121 CPUtime=1.35 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 9853 0 0 0 131 4 0 0 20 0 15 0 119989772 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523802988288 140523433248394 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=13982936 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=13982936 memory=69552 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=13982936 memory=280806304086752 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119989772 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=13982936 memory=280806304175520 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119989772 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=13982936 memory=2110753759144772 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119989774 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=13982936 memory=46145799719923 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119989774 14318526464 31471 18446744073709551615 4194304 4196468 140726000867472 140523275802272 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=13982936 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7

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

/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523274749184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=14048316 memory=454948 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=14048316 memory=454948 CPUtime=13.68 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9731 9731 28892 0 -1 1077944384 53203 0 0 0 1361 7 0 0 20 0 15 0 119989777 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523272644848 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=14048316 memory=454948 CPUtime=14.04 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9731 9731 28892 0 -1 1077944384 58920 0 0 0 1399 5 0 0 20 0 15 0 119989777 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=14048316 memory=454948 CPUtime=1.16 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9731 9731 28892 0 -1 1077944384 13184 0 0 0 113 3 0 0 20 0 15 0 119989777 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=14048316 memory=454948 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=14048316 memory=454948 CPUtime=0.52 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1347 0 0 0 22 30 0 0 20 0 15 0 119989781 14385475584 113737 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 2362.53 s
Current children cumulated vsize: 14057828 KiB
Current children cumulated memory: 456328 KiB

[startup+2382.3 s]
/proc/loadavg: 1.71 1.65 1.68 3/214 9963
/proc/meminfo: memFree=30202752/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=14048316 memory=454840 CPUtime=2422.9 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 215753 0 0 0 242180 110 0 0 20 0 15 0 119989771 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3512079 113710 3269 1 0 3500372 0
[pid=9733/tid=9734] ppid=9731 vsize=14048316 memory=454840 CPUtime=2377.51 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 40743 0 0 0 237742 9 0 0 20 0 15 0 119989772 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523802992320 140523439486553 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=14048316 memory=454840 CPUtime=3.82 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 8799 0 0 0 368 14 0 0 20 0 15 0 119989772 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=14048316 memory=454840 CPUtime=3.83 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 8534 0 0 0 369 14 0 0 20 0 15 0 119989772 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=14048316 memory=1380 CPUtime=3.82 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 8654 0 0 0 368 14 0 0 20 0 15 0 119989772 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=14048316 memory=1380 CPUtime=3.84 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 10665 0 0 0 370 14 0 0 20 0 15 0 119989772 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=14048316 memory=454840 CPUtime=0.5 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 10089 0 0 0 45 5 0 0 20 0 15 0 119989774 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=14048316 memory=454840 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523275802336 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=14048316 memory=454840 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523274749184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=14048316 memory=454840 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=14048316 memory=454840 CPUtime=13.68 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9731 9731 28892 0 -1 1077944384 53219 0 0 0 1361 7 0 0 20 0 15 0 119989777 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523272644848 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=14048316 memory=1380 CPUtime=14.1 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9731 9731 28892 0 -1 1077944384 59097 0 0 0 1405 5 0 0 20 0 15 0 119989777 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=14048316 memory=454840 CPUtime=1.16 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9731 9731 28892 0 -1 1077944384 13186 0 0 0 113 3 0 0 20 0 15 0 119989777 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=14048316 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=14048316 memory=1380 CPUtime=0.53 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1368 0 0 0 22 31 0 0 20 0 15 0 119989781 14385475584 113710 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 2422.9 s
Current children cumulated vsize: 14057828 KiB
Current children cumulated memory: 456220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.58 1.65 3/211 9965
/proc/meminfo: memFree=30215488/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=14048316 memory=454104 CPUtime=2483.06 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 218099 0 0 0 248196 110 0 0 20 0 15 0 119989771 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3512079 113526 3269 1 0 3500372 0
[pid=9733/tid=9734] ppid=9731 vsize=14048316 memory=454104 CPUtime=2437.45 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 41337 0 0 0 243735 10 0 0 20 0 15 0 119989772 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523802992384 140523437591541 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=14048316 memory=454104 CPUtime=3.87 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 9261 0 0 0 373 14 0 0 20 0 15 0 119989772 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=14048316 memory=454104 CPUtime=3.88 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 8762 0 0 0 374 14 0 0 20 0 15 0 119989772 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=14048316 memory=454104 CPUtime=3.89 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 8937 0 0 0 374 15 0 0 20 0 15 0 119989772 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=14048316 memory=454104 CPUtime=3.89 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 11232 0 0 0 375 14 0 0 20 0 15 0 119989772 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=14048316 memory=454104 CPUtime=0.5 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 10273 0 0 0 45 5 0 0 20 0 15 0 119989774 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=14048316 memory=454104 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523275802336 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=14048316 memory=454104 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523274749184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=14048316 memory=454104 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=14048316 memory=1380 CPUtime=13.68 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9731 9731 28892 0 -1 1077944384 53221 0 0 0 1361 7 0 0 20 0 15 0 119989777 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523272644848 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=14048316 memory=454104 CPUtime=14.1 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9731 9731 28892 0 -1 1077944384 59100 0 0 0 1405 5 0 0 20 0 15 0 119989777 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=14048316 memory=1380 CPUtime=1.16 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9731 9731 28892 0 -1 1077944384 13188 0 0 0 113 3 0 0 20 0 15 0 119989777 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=14048316 memory=454104 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=14048316 memory=1380 CPUtime=0.55 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1389 0 0 0 23 32 0 0 20 0 15 0 119989781 14385475584 113526 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 2483.06 s
Current children cumulated vsize: 14057828 KiB
Current children cumulated memory: 455484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 1.69 1.62 1.66 3/212 9979
/proc/meminfo: memFree=30215348/32770624 swapFree=67108860/67108860
[pid=9731] ppid=9728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9731/stat : 9731 (xcsp3-exec) S 9728 9731 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 119989762 9740288 345 18446744073709551615 4194304 5098028 140727016576576 140727016574680 140530195325564 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 18128896 140727016579449 140727016579653 140727016579653 140727016583147 0
/proc/9731/statm: 2378 345 289 221 0 87 0
[pid=9733] ppid=9731 vsize=14048316 memory=453080 CPUtime=2520.04 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9731 9731 28892 0 -1 1077944320 219804 0 0 0 251893 111 0 0 20 0 15 0 119989771 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140726000850016 140523798753015 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
/proc/9733/statm: 3512079 113270 3269 1 0 3500372 0
[pid=9733/tid=9734] ppid=9731 vsize=14048316 memory=7680170660397595203 CPUtime=2474.32 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9731 9731 28892 0 -1 4202560 41959 0 0 0 247422 10 0 0 20 0 15 0 119989772 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523802992576 140523439486639 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9735] ppid=9731 vsize=14048316 memory=64488 CPUtime=3.89 cores=1,3,5,7
/proc/9733/task/9735/stat : 9735 (java) S 9731 9731 28892 0 -1 1077944384 9624 0 0 0 375 14 0 0 20 0 15 0 119989772 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523755719184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9736] ppid=9731 vsize=14048316 memory=1296 CPUtime=3.9 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9731 9731 28892 0 -1 1077944384 9053 0 0 0 376 14 0 0 20 0 15 0 119989772 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523754666640 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9737] ppid=9731 vsize=14048316 memory=2420 CPUtime=3.91 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9731 9731 28892 0 -1 1077944384 9039 0 0 0 376 15 0 0 20 0 15 0 119989772 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523753613584 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9738] ppid=9731 vsize=14048316 memory=1732 CPUtime=3.92 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9731 9731 28892 0 -1 1077944384 11352 0 0 0 378 14 0 0 20 0 15 0 119989772 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523752561040 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9739] ppid=9731 vsize=14048316 memory=5788 CPUtime=0.51 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9731 9731 28892 0 -1 1077944384 10453 0 0 0 46 5 0 0 20 0 15 0 119989774 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523276856048 140523798764162 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9740] ppid=9731 vsize=14048316 memory=453080 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9731 9731 28892 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523275802336 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9741] ppid=9731 vsize=14048316 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9731 9731 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 119989774 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523274749184 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9742] ppid=9731 vsize=14048316 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523273697744 140523798771611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9743] ppid=9731 vsize=14048316 memory=12216 CPUtime=13.68 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9731 9731 28892 0 -1 1077944384 53223 0 0 0 1361 7 0 0 20 0 15 0 119989777 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523272644848 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9744] ppid=9731 vsize=14048316 memory=1992 CPUtime=14.1 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9731 9731 28892 0 -1 1077944384 59102 0 0 0 1405 5 0 0 20 0 15 0 119989777 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523271592304 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9745] ppid=9731 vsize=14048316 memory=1204 CPUtime=1.16 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9731 9731 28892 0 -1 1077944384 13190 0 0 0 113 3 0 0 20 0 15 0 119989777 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523270539248 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9746] ppid=9731 vsize=14048316 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9731 9731 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119989777 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523269486944 140523798763221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
[pid=9733/tid=9747] ppid=9731 vsize=14048316 memory=1708 CPUtime=0.55 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9731 9731 28892 0 -1 1077944384 1410 0 0 0 23 32 0 0 20 0 15 0 119989781 14385475584 113270 18446744073709551615 4194304 4196468 140726000867472 140523268434992 140523798764162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8658944 140726000873905 140726000874081 140726000874081 140726000877519 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14057828 KiB
Current children cumulated memory: 454460 KiB

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

[startup+2479.21 s]
# the end of solver process 9731 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001254 s, system=0.000627 s

[startup+2479.22 s]
# the end of solver process 9733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.96 s, system=1.12188 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): 2479.22
CPU time (s): 2520.08
CPU user time (s): 2518.96
CPU system time (s): 1.12188
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 14060660
Max. memory (cumulated for all children) (KiB): 599396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.96
system time used= 1.12189
maximum resident set size= 598800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66431
involuntary context switches= 1390


# summary of solver processes directly reported to runsolver:
#   pid: 9731,9733
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.96
#   total CPU system time (s): 1.12188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5448 second user time and 21.6678 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 23:11:56
IDJOB=4284157
IDBENCH=115845
IDSOLVER=2679
FILE ID=node127/4284157-1503177968
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.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-4284157-1503177968/watcher-4284157-1503177968 -o /tmp/evaluation-result-4284157-1503177968/solver-4284157-1503177968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 717259239 HOME/instance-4284157-1503177968.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=717259239

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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.92
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.92
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.92
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:        30793036 kB
MemAvailable:   31648080 kB
Buffers:          301504 kB
Cached:           855044 kB
SwapCached:            0 kB
Active:          1148572 kB
Inactive:         378860 kB
Active(anon):     321392 kB
Inactive(anon):    99188 kB
Active(file):     827180 kB
Inactive(file):   279672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7820 kB
Writeback:             4 kB
AnonPages:        370808 kB
Mapped:            74424 kB
Shmem:             49828 kB
Slab:             154364 kB
SReclaimable:     128056 kB
SUnreclaim:        26308 kB
KernelStack:        3488 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     984344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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 node127 at 2017-08-19 23:53:15