Trace number 4282400

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.0901 2512.9099

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
Bench CategoryCSP (decision 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 variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282400-1503145267.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282400-1503145267.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
2.73/1.17	c solve instance...
2520.06/2512.90	s UNKNOWN
2520.06/2512.90	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 (15311 MiB free)
  memory of node 1: 16384 MiB (15067 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282400-1503145267/watcher-4282400-1503145267 -o /tmp/evaluation-result-4282400-1503145267/solver-4282400-1503145267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 673471194 HOME/instance-4282400-1503145267.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
solver pid=16819, runsolver pid=16816
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 1.32 1.35 1.39 2/196 16820
/proc/meminfo: memFree=31108472/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209707 s]*
/proc/loadavg: 1.32 1.35 1.39 3/211 16835
/proc/meminfo: memFree=31093684/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13974352 memory=27916 CPUtime=0.09 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 4920 0 0 0 8 1 0 0 20 0 15 0 116721758 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3493588 6979 2731 1 0 3482964 0
[pid=16821/tid=16822] ppid=16819 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 3067 0 0 0 6 0 0 0 20 0 15 0 116721758 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140439010790256 140438990648670 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13974352 memory=3690900970013898400 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116721760 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116721761 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438483981984 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116721761 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438482928880 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721767 14309736448 6979 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29296 KiB

[startup+0.314128 s]*
/proc/loadavg: 1.32 1.35 1.39 4/211 16835
/proc/meminfo: memFree=31080636/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13974352 memory=37568 CPUtime=0.28 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 8473 0 0 0 26 2 0 0 20 0 15 0 116721758 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3493588 9392 2975 1 0 3482964 0
[pid=16821/tid=16822] ppid=16819 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 5702 0 0 0 16 1 0 0 20 0 15 0 116721758 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140439010805344 140439006590109 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116721759 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116721760 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116721761 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438483981984 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116721761 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438482928880 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) R 16819 16819 8557 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 116721763 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) R 16819 16819 8557 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 116721763 14309736448 9392 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140438992594763 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0.06 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) R 16819 16819 8557 0 -1 4202560 730 0 0 0 6 0 0 0 20 0 15 0 116721763 14309736448 9904 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140438998805310 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14309736448 9904 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13974352 memory=140373788636800 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721767 14309736448 9904 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38948 KiB

[startup+0.700742 s]
/proc/loadavg: 1.32 1.35 1.39 5/211 16835
/proc/meminfo: memFree=31062136/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13978684 memory=90448 CPUtime=1.36 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 12731 0 0 0 132 4 0 0 20 0 15 0 116721758 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3494671 22612 3170 1 0 3482964 0
[pid=16821/tid=16822] ppid=16819 vsize=13978684 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 7396 0 0 0 52 3 0 0 20 0 15 0 116721758 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140439010803584 140438605549573 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13978684 memory=7374755798607488599 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13978684 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721759 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13978684 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116721759 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13978684 memory=7100839870037596261 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116721760 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13978684 memory=-8412661042793834637 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116721761 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438483981984 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13978684 memory=4137282616176187523 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116721761 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438482928880 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13978684 memory=-7531822216215565666 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13978684 memory=7682475212697334586 CPUtime=0.25 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) R 16819 16819 8557 0 -1 4202560 1275 0 0 0 25 0 0 0 20 0 15 0 116721763 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438480813152 140438985785428 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13978684 memory=60296 CPUtime=0.26 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) R 16819 16819 8557 0 -1 4202560 1351 0 0 0 26 0 0 0 20 0 15 0 116721763 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438479753032 140438988088649 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13978684 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 1402 0 0 0 27 0 0 0 20 0 15 0 116721763 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721767 14314172416 22612 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91828 KiB

[startup+1.50081 s]
/proc/loadavg: 1.53 1.39 1.41 5/211 16835
/proc/meminfo: memFree=30959684/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13980732 memory=210884 CPUtime=3.55 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 18303 0 0 0 347 8 0 0 20 0 15 0 116721758 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3495183 52721 3210 1 0 3483476 0
[pid=16821/tid=16822] ppid=16819 vsize=13980732 memory=-8774313645642428999 CPUtime=1.31 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 8047 0 0 0 128 3 0 0 20 0 15 0 116721758 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140439010805408 140438607441648 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 1 0 0 0 20 0 15 0 116721759 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13980732 memory=4211126348791681774 CPUtime=0.01 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 116721759 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13980732 memory=280747382926640 CPUtime=0.01 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 116721759 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13980732 memory=280747382926704 CPUtime=0.02 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 15 0 116721759 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 116721760 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13980732 memory=-2748367524519556131 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438483981984 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13980732 memory=-7606742951091920751 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438482928880 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13980732 memory=-9001734000804784231 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13980732 memory=-8458152057954561420 CPUtime=0.83 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 3083 0 0 0 82 1 0 0 20 0 15 0 116721763 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13980732 memory=-8813974798734826869 CPUtime=0.84 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 3097 0 0 0 83 1 0 0 20 0 15 0 116721763 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13980732 memory=19031000092388 CPUtime=0.47 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 2556 0 0 0 47 0 0 0 20 0 15 0 116721763 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13980732 memory=301741394933064372 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13980732 memory=14408220252855607 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116721767 14316269568 52721 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0

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

[pid=16821/tid=16827] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.45 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 8272 0 0 0 36 9 0 0 20 0 15 0 116721760 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13980732 memory=1372036 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438483982048 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13980732 memory=1419332 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438482928896 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13980732 memory=3690544713992070500 CPUtime=1.64 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 10826 0 0 0 162 2 0 0 20 0 15 0 116721763 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13980732 memory=872 CPUtime=1.56 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 8349 0 0 0 154 2 0 0 20 0 15 0 116721763 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.64 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 7580 0 0 0 62 2 0 0 20 0 15 0 116721763 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13980732 memory=1394660 CPUtime=0.85 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1617 0 0 0 40 45 0 0 20 0 15 0 116721767 14316269568 354833 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 2449.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1420712 KiB

[startup+2502.3 s]
/proc/loadavg: 1.60 1.56 1.58 3/211 17359
/proc/meminfo: memFree=23936204/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13980732 memory=410116 CPUtime=2509.46 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 95890 0 0 0 250782 164 0 0 20 0 15 0 116721758 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3495183 102529 3253 1 0 3483476 0
[pid=16821/tid=16822] ppid=16819 vsize=13980732 memory=410068 CPUtime=2500.26 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 39604 0 0 0 249938 88 0 0 20 0 15 0 116721758 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140439010808000 140438608102877 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 4069 0 0 0 89 8 0 0 20 0 15 0 116721759 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13980732 memory=410068 CPUtime=0.98 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 5493 0 0 0 91 7 0 0 20 0 15 0 116721759 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13980732 memory=410024 CPUtime=0.97 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 3854 0 0 0 90 7 0 0 20 0 15 0 116721759 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.99 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 4228 0 0 0 91 8 0 0 20 0 15 0 116721759 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.49 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 8938 0 0 0 39 10 0 0 20 0 15 0 116721760 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13980732 memory=15348 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438483982048 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13980732 memory=410068 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438482928896 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13980732 memory=63412 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13980732 memory=1240 CPUtime=1.64 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 10826 0 0 0 162 2 0 0 20 0 15 0 116721763 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13980732 memory=1380 CPUtime=1.56 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 8349 0 0 0 154 2 0 0 20 0 15 0 116721763 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13980732 memory=410068 CPUtime=0.64 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 7580 0 0 0 62 2 0 0 20 0 15 0 116721763 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.88 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1621 0 0 0 42 46 0 0 20 0 15 0 116721767 14316269568 102529 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 2509.46 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 411496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.9 s]
/proc/loadavg: 1.66 1.58 1.59 3/211 17361
/proc/meminfo: memFree=23771992/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13980732 memory=432692 CPUtime=2520.06 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 96341 0 0 0 251842 164 0 0 20 0 15 0 116721758 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3495183 108173 3253 1 0 3483476 0
[pid=16821/tid=16822] ppid=16819 vsize=13980732 memory=432692 CPUtime=2510.85 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 39744 0 0 0 250997 88 0 0 20 0 15 0 116721758 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140439010807848 140438608430321 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 4084 0 0 0 89 8 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13980732 memory=432692 CPUtime=0.98 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 5507 0 0 0 91 7 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.98 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 3861 0 0 0 91 7 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.99 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 4492 0 0 0 91 8 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.49 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 8949 0 0 0 39 10 0 0 20 0 15 0 116721760 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438483982048 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13980732 memory=410068 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438482928896 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13980732 memory=432692 CPUtime=1.64 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 10826 0 0 0 162 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13980732 memory=408576 CPUtime=1.56 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 8349 0 0 0 154 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.64 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 7580 0 0 0 62 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13980732 memory=432692 CPUtime=0.88 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1621 0 0 0 42 46 0 0 20 0 15 0 116721767 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 434072 KiB

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

[startup+2512.91 s]
# the end of solver process 16819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.64928 s

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

[startup+2512.9 s]
/proc/loadavg: 1.66 1.58 1.59 3/211 17361
/proc/meminfo: memFree=23771992/32770624 swapFree=67105588/67108860
[pid=16819] ppid=16816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (xcsp3-exec) S 16816 16819 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116721748 9740288 345 18446744073709551615 4194304 5098028 140732785832160 140732785830264 140332109156988 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 11513856 140732785840505 140732785840709 140732785840709 140732785844203 0
/proc/16819/statm: 2378 345 289 221 0 87 0
[pid=16821] ppid=16819 vsize=13980732 memory=432692 CPUtime=2520.06 cores=0,2,4,6
/proc/16821/stat : 16821 (java) S 16819 16819 8557 0 -1 1077944320 96341 0 0 0 251842 164 0 0 20 0 15 0 116721758 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140730382762944 140439006568183 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
/proc/16821/statm: 3495183 108173 3253 1 0 3483476 0
[pid=16821/tid=16822] ppid=16819 vsize=13980732 memory=432692 CPUtime=2510.85 cores=0,2,4,6
/proc/16821/task/16822/stat : 16822 (java) R 16819 16819 8557 0 -1 4202560 39744 0 0 0 250997 88 0 0 20 0 15 0 116721758 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140439010807848 140438608430321 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16823] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/16821/task/16823/stat : 16823 (java) S 16819 16819 8557 0 -1 1077944384 4084 0 0 0 89 8 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438925982224 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16824] ppid=16819 vsize=13980732 memory=432692 CPUtime=0.98 cores=0,2,4,6
/proc/16821/task/16824/stat : 16824 (java) S 16819 16819 8557 0 -1 1077944384 5507 0 0 0 91 7 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438924929680 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16825] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.98 cores=0,2,4,6
/proc/16821/task/16825/stat : 16825 (java) S 16819 16819 8557 0 -1 1077944384 3861 0 0 0 91 7 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438923876624 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16826] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.99 cores=0,2,4,6
/proc/16821/task/16826/stat : 16826 (java) S 16819 16819 8557 0 -1 1077944384 4492 0 0 0 91 8 0 0 20 0 15 0 116721759 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438922824080 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16827] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.49 cores=0,2,4,6
/proc/16821/task/16827/stat : 16827 (java) S 16819 16819 8557 0 -1 1077944384 8949 0 0 0 39 10 0 0 20 0 15 0 116721760 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438485035760 140439006579330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16828] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16828/stat : 16828 (java) S 16819 16819 8557 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438483982048 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16829] ppid=16819 vsize=13980732 memory=410068 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16829/stat : 16829 (java) S 16819 16819 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 116721761 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438482928896 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16830] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16830/stat : 16830 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438481877456 140439006586779 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16831] ppid=16819 vsize=13980732 memory=432692 CPUtime=1.64 cores=0,2,4,6
/proc/16821/task/16831/stat : 16831 (java) S 16819 16819 8557 0 -1 1077944384 10826 0 0 0 162 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438480824560 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16832] ppid=16819 vsize=13980732 memory=408576 CPUtime=1.56 cores=0,2,4,6
/proc/16821/task/16832/stat : 16832 (java) S 16819 16819 8557 0 -1 1077944384 8349 0 0 0 154 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438479772016 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16833] ppid=16819 vsize=13980732 memory=1380 CPUtime=0.64 cores=0,2,4,6
/proc/16821/task/16833/stat : 16833 (java) S 16819 16819 8557 0 -1 1077944384 7580 0 0 0 62 2 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438478718960 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16834] ppid=16819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16821/task/16834/stat : 16834 (java) S 16819 16819 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116721763 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438477666656 140439006578389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
[pid=16821/tid=16835] ppid=16819 vsize=13980732 memory=432692 CPUtime=0.88 cores=0,2,4,6
/proc/16821/task/16835/stat : 16835 (java) S 16819 16819 8557 0 -1 1077944384 1621 0 0 0 42 46 0 0 20 0 15 0 116721767 14316269568 108173 18446744073709551615 4194304 4196468 140730382780400 140438476614704 140439006579330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14188544 140730382782897 140730382783073 140730382783073 140730382786511 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 434072 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2512.91
CPU time (s): 2520.09
CPU user time (s): 2518.44
CPU system time (s): 1.64928
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2169536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.64928
maximum resident set size= 2190732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64556
involuntary context switches= 2870


# summary of solver processes directly reported to runsolver:
#   pid: 16819
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.64928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0186 second user time and 24.0193 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 14:07:02
IDJOB=4282400
IDBENCH=135029
IDSOLVER=2677
FILE ID=node126/4282400-1503145267
RUNJOBID= node126-1503095802-8615
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.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-4282400-1503145267/watcher-4282400-1503145267 -o /tmp/evaluation-result-4282400-1503145267/solver-4282400-1503145267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 673471194 HOME/instance-4282400-1503145267.xml

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

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=673471194

node126.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.81
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.81
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.81
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.81
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:        31108212 kB
MemAvailable:   31682112 kB
Buffers:          308176 kB
Cached:           555220 kB
SwapCached:          524 kB
Active:           822312 kB
Inactive:         367636 kB
Active(anon):     282304 kB
Inactive(anon):    93904 kB
Active(file):     540008 kB
Inactive(file):   273732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:        325736 kB
Mapped:            70740 kB
Shmem:             49824 kB
Slab:             178532 kB
SReclaimable:     151988 kB
SUnreclaim:        26544 kB
KernelStack:        3504 kB
PageTables:         6212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 14:48:55