Trace number 4282210

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)UNSAT 5.3921299 1.9637901

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-05-03-fair.xml
MD5SUMebcae7fb870db8f75b7458b98ea920fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.3921299
Satisfiable
(Un)Satisfiability was proved
Number of variables4167
Number of constraints3932
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":584},{"size":201,"count":24},{"size":20001,"count":3559}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":3653},{"degree":3,"count":90},{"degree":4,"count":18},{"degree":5,"count":60},{"degree":6,"count":46},{"degree":7,"count":101},{"degree":8,"count":94},{"degree":9,"count":60},{"degree":10,"count":12},{"degree":12,"count":1},{"degree":13,"count":15},{"degree":17,"count":4},{"degree":27,"count":4},{"degree":29,"count":1},{"degree":34,"count":1},{"degree":36,"count":1},{"degree":38,"count":3},{"degree":59,"count":2},{"degree":60,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":675},{"arity":3,"count":3255}]
Number of extensional constraints0
Number of intensional constraints3932
Distribution of constraint types[{"type":"intension","count":3932}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282210-1503159394.xml"  -tl '2520s' -p 1 -x 0
0.12/0.26	c [HOME/instance-4282210-1503159394.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.32	c simple solver
0.32/0.39	c parse instance...
2.84/1.12	c solve instance...
5.23/1.94	s UNSATISFIABLE

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 (12537 MiB free)
  memory of node 1: 16384 MiB (15324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282210-1503159394/watcher-4282210-1503159394 -o /tmp/evaluation-result-4282210-1503159394/solver-4282210-1503159394 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1546972212 HOME/instance-4282210-1503159394.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
Current StackSize limit: 8192 KiB

solver pid=19089, runsolver pid=19086

[startup+0.100176 s]*
/proc/loadavg: 2.04 2.03 1.98 3/207 19097
/proc/meminfo: memFree=28523200/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13574484 memory=18976 CPUtime=0.02 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 4026 0 0 0 2 0 0 0 20 0 9 0 118134449 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3393621 4744 2093 1 0 3383118 0
[pid=19091/tid=19092] ppid=19089 vsize=13574484 memory=-6871798056524144002 CPUtime=0.02 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 2756 0 0 0 2 0 0 0 20 0 9 0 118134449 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997940506824 139997920351582 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118134450 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13574484 memory=140715000542848 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118134450 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118134450 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118134450 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 118134451 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 118134452 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 118134452 13900271616 4744 18446744073709551615 4194304 4196468 140727119415216 139997051348016 139997936281301 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20352 KiB

[startup+0.2188 s]*
/proc/loadavg: 2.04 2.03 1.98 3/215 19105
/proc/meminfo: memFree=28511344/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13974352 memory=29764 CPUtime=0.12 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 5415 0 0 0 11 1 0 0 20 0 15 0 118134449 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3493588 7441 2815 1 0 3482964 0
[pid=19091/tid=19092] ppid=19089 vsize=13974352 memory=8390339637985935414 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 3459 0 0 0 9 0 0 0 20 0 15 0 118134449 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997940491904 139997936283030 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13974352 memory=288230596118061782 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134450 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13974352 memory=140715000561021 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13974352 memory=140715000542848 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134451 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134452 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134452 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) S 19089 19089 8557 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 118134455 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997049244144 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) S 19089 19089 8557 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 118134455 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997048191600 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13974352 memory=140715000542848 CPUtime=0.01 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) R 19089 19089 8557 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 15 0 118134455 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997562798201 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13974352 memory=140715000542848 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134460 14309736448 7441 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31140 KiB

[startup+0.31852 s]*
/proc/loadavg: 2.04 2.03 1.98 4/215 19105
/proc/meminfo: memFree=28498724/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13975376 memory=42168 CPUtime=0.32 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 9135 0 0 0 30 2 0 0 20 0 15 0 118134449 14310785024 10542 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3493844 10542 3036 1 0 3483220 0
[pid=19091/tid=19092] ppid=19089 vsize=13976468 memory=8390339637985935414 CPUtime=0.19 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) D 19089 19089 8557 0 -1 1077944384 6373 0 0 0 17 2 0 0 20 0 15 0 118134449 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997940492088 139997938546375 0 4 1 16800974 18446744072101613092 0 0 -1 5 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13976468 memory=301741395000173270 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134450 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13976468 memory=140715000561021 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13976468 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13976468 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13976468 memory=4211962290541666295 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134451 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13976468 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134452 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134452 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13976468 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13976468 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) S 19089 19089 8557 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 118134455 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997049244144 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13976468 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) S 19089 19089 8557 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 118134455 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997048191600 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13976468 memory=140715000542848 CPUtime=0.07 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) S 19089 19089 8557 0 -1 1077944384 726 0 0 0 7 0 0 0 20 0 15 0 118134455 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13976468 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13976468 memory=140715000542848 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134460 14311903232 10533 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 43544 KiB

[startup+0.706762 s]
/proc/loadavg: 2.04 2.03 1.98 6/215 19105
/proc/meminfo: memFree=28479896/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13978684 memory=89584 CPUtime=1.4 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 13514 0 0 0 135 5 0 0 20 0 15 0 118134449 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3494671 22396 3165 1 0 3482964 0
[pid=19091/tid=19092] ppid=19089 vsize=13978684 memory=2520004953857 CPUtime=0.56 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 7923 0 0 0 53 3 0 0 20 0 15 0 118134449 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997940508016 139997566027533 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13978684 memory=2562954626561 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134450 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13978684 memory=2597314364929 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13978684 memory=63368 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134450 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118134451 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134452 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134452 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13978684 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) R 19089 19089 8557 0 -1 4202560 1347 0 0 0 26 0 0 0 20 0 15 0 118134455 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997049235600 139997917794336 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) R 19089 19089 8557 0 -1 4202560 1353 0 0 0 25 0 0 0 20 0 15 0 118134455 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997048191600 139997921386150 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13978684 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) R 19089 19089 8557 0 -1 4202560 1603 0 0 0 29 0 0 0 20 0 15 0 118134455 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997047135992 139997920511328 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134460 14314172416 22396 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 90960 KiB

[startup+1.50094 s]
/proc/loadavg: 2.04 2.03 1.98 6/215 19105
/proc/meminfo: memFree=28382328/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13980732 memory=306664 CPUtime=3.96 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 19989 0 0 0 374 22 0 0 20 0 15 0 118134449 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3495183 76666 3224 1 0 3483476 0
[pid=19091/tid=19092] ppid=19089 vsize=13980732 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 8816 0 0 0 119 5 0 0 20 0 15 0 118134449 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997940510432 139997569434016 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13980732 memory=2529 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 401 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 99 0 0 0 6 2 0 0 20 0 15 0 118134450 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 139 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 162 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 118134451 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13980732 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13980732 memory=7451039979215610734 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13980732 memory=7380106142448642409 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13980732 memory=7810487918915055718 CPUtime=0.83 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) R 19089 19089 8557 0 -1 4202560 2950 0 0 0 83 0 0 0 20 0 15 0 118134455 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997049235120 139997916971392 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13980732 memory=7595725831727968097 CPUtime=0.84 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) R 19089 19089 8557 0 -1 4202560 2714 0 0 0 84 0 0 0 20 0 15 0 118134455 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997048191600 139997914437576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13980732 memory=63972 CPUtime=0.61 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) S 19089 19089 8557 0 -1 1077944384 3348 0 0 0 60 1 0 0 20 0 15 0 118134455 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13980732 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134460 14316269568 76666 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 3.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 308040 KiB

[startup+1.96374 s]
# the end of solver process 19089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.15348 s, system=0.238647 s

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

[startup+1.60103 s]
/proc/loadavg: 2.04 2.03 1.98 6/215 19105
/proc/meminfo: memFree=28382328/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13980732 memory=313116 CPUtime=4.28 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 20594 0 0 0 406 22 0 0 20 0 15 0 118134449 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3495183 78279 3226 1 0 3483476 0
[pid=19091/tid=19092] ppid=19089 vsize=13980732 memory=6656426216303648864 CPUtime=1.34 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 8861 0 0 0 129 5 0 0 20 0 15 0 118134449 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997940507872 139997569704949 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13980732 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 401 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13980732 memory=19031000092388 CPUtime=0.08 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 99 0 0 0 6 2 0 0 20 0 15 0 118134450 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13980732 memory=288230617509003574 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 139 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 162 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13980732 memory=2475 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 118134451 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13980732 memory=154534 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13980732 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) R 19089 19089 8557 0 -1 4202560 3304 0 0 0 93 1 0 0 20 0 15 0 118134455 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997049230928 139997921035314 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13980732 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) R 19089 19089 8557 0 -1 4202560 2784 0 0 0 94 0 0 0 20 0 15 0 118134455 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997048178912 139997915527563 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13980732 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) S 19089 19089 8557 0 -1 1077944384 3467 0 0 0 62 1 0 0 20 0 15 0 118134455 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13980732 memory=5 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134460 14316269568 78279 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 314492 KiB

[startup+1.80083 s]
/proc/loadavg: 2.04 2.03 1.98 6/215 19105
/proc/meminfo: memFree=28382328/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13980732 memory=316516 CPUtime=4.92 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 22691 0 0 0 469 23 0 0 20 0 15 0 118134449 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3495183 79129 3227 1 0 3483476 0
[pid=19091/tid=19092] ppid=19089 vsize=13980732 memory=6943526294502006880 CPUtime=1.54 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 8877 0 0 0 149 5 0 0 20 0 15 0 118134449 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997940508056 139997921496369 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13980732 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 401 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13980732 memory=-7812193691855986592 CPUtime=0.08 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 99 0 0 0 6 2 0 0 20 0 15 0 118134450 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13980732 memory=6944656425123422848 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 139 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13980732 memory=-7173504570862900581 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 162 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13980732 memory=-9101905081226599797 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 118134451 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13980732 memory=4570481358258665002 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13980732 memory=7236838647791118929 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13980732 memory=7378976931274244196 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13980732 memory=5788067138599740504 CPUtime=1.14 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) R 19089 19089 8557 0 -1 4202560 3947 0 0 0 113 1 0 0 20 0 15 0 118134455 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997049234976 139997929374737 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13980732 memory=7519151349382406736 CPUtime=1.13 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) R 19089 19089 8557 0 -1 4202560 4063 0 0 0 113 0 0 0 20 0 15 0 118134455 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997048178520 139997928560477 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13980732 memory=4144 CPUtime=0.66 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) S 19089 19089 8557 0 -1 1077944384 3631 0 0 0 65 1 0 0 20 0 15 0 118134455 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13980732 memory=140714872950464 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134460 14316269568 79129 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 317892 KiB

[startup+1.90111 s]
/proc/loadavg: 2.04 2.03 1.98 6/215 19105
/proc/meminfo: memFree=28382328/32770624 swapFree=67105588/67108860
[pid=19089] ppid=19086 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (xcsp3-exec) S 19086 19089 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 118134442 9740288 344 18446744073709551615 4194304 5098028 140736204487792 140736204485896 140459352478332 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 13545472 140736204493176 140736204493381 140736204493381 140736204496875 0
/proc/19089/statm: 2378 344 289 221 0 87 0
[pid=19091] ppid=19089 vsize=13980732 memory=320356 CPUtime=5.23 cores=1,3,5,7
/proc/19091/stat : 19091 (java) S 19089 19089 8557 0 -1 1077944320 23766 0 0 0 500 23 0 0 20 0 15 0 118134449 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 140727119397760 139997936271095 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
/proc/19091/statm: 3495183 80089 3228 1 0 3483476 0
[pid=19091/tid=19092] ppid=19089 vsize=13980732 memory=1240 CPUtime=1.64 cores=1,3,5,7
/proc/19091/task/19092/stat : 19092 (java) R 19089 19089 8557 0 -1 4202560 8879 0 0 0 159 5 0 0 20 0 15 0 118134449 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997940508056 139997936283030 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19093] ppid=19089 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19093/stat : 19093 (java) S 19089 19089 8557 0 -1 1077944384 401 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997893237520 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19094] ppid=19089 vsize=13980732 memory=306664 CPUtime=0.08 cores=1,3,5,7
/proc/19091/task/19094/stat : 19094 (java) S 19089 19089 8557 0 -1 1077944384 99 0 0 0 6 2 0 0 20 0 15 0 118134450 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997892184976 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19095] ppid=19089 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19095/stat : 19095 (java) S 19089 19089 8557 0 -1 1077944384 139 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997891132432 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19096] ppid=19089 vsize=13980732 memory=2529 CPUtime=0.09 cores=1,3,5,7
/proc/19091/task/19096/stat : 19096 (java) S 19089 19089 8557 0 -1 1077944384 162 0 0 0 6 3 0 0 20 0 15 0 118134450 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997890079888 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19097] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19097/stat : 19097 (java) S 19089 19089 8557 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 118134451 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997481691120 139997936282242 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19098] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19098/stat : 19098 (java) S 19089 19089 8557 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997480637344 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19099] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19099/stat : 19099 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134452 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997051347952 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19100] ppid=19089 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19100/stat : 19100 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997050296528 139997936289691 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19101] ppid=19089 vsize=13980732 memory=4580 CPUtime=1.24 cores=1,3,5,7
/proc/19091/task/19101/stat : 19101 (java) R 19089 19089 8557 0 -1 4202560 3988 0 0 0 123 1 0 0 20 0 15 0 118134455 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997049234976 139997928560464 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19102] ppid=19089 vsize=13980732 memory=7451039979215610734 CPUtime=1.24 cores=1,3,5,7
/proc/19091/task/19102/stat : 19102 (java) R 19089 19089 8557 0 -1 4202560 5079 0 0 0 123 1 0 0 20 0 15 0 118134455 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997048178520 139997917794704 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19103] ppid=19089 vsize=13980732 memory=7380106142448642409 CPUtime=0.67 cores=1,3,5,7
/proc/19091/task/19103/stat : 19103 (java) R 19089 19089 8557 0 -1 1077944384 3642 0 0 0 66 1 0 0 20 0 15 0 118134455 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997047139056 139997936282242 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19104] ppid=19089 vsize=13980732 memory=7810487918915055718 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19104/stat : 19104 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134455 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997046086752 139997936281301 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
[pid=19091/tid=19105] ppid=19089 vsize=13980732 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/19091/task/19105/stat : 19105 (java) S 19089 19089 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134460 14316269568 80089 18446744073709551615 4194304 4196468 140727119415216 139997045033264 139997936282242 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18305024 140727119421873 140727119422049 140727119422049 140727119425487 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 321732 KiB

Child status: 0
Real time (s): 1.96379
CPU time (s): 5.39213
CPU user time (s): 5.15348
CPU system time (s): 0.238647
CPU usage (%): 274.578
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 321732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.15348
system time used= 0.238647
maximum resident set size= 323640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1896
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 19089
#   total CPU time (s): 5.39213
#   total CPU user time (s): 5.15348
#   total CPU system time (s): 0.238647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036231 second user time and 0.05852 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 18:02:29
IDJOB=4282210
IDBENCH=139204
IDSOLVER=2677
FILE ID=node126/4282210-1503159394
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-05-03-fair.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-4282210-1503159394/watcher-4282210-1503159394 -o /tmp/evaluation-result-4282210-1503159394/solver-4282210-1503159394 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1546972212 HOME/instance-4282210-1503159394.xml

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

MD5SUM BENCH= ebcae7fb870db8f75b7458b98ea920fc
RANDOM SEED=1546972212

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:        28530576 kB
MemAvailable:   29111268 kB
Buffers:          310848 kB
Cached:           559308 kB
SwapCached:          524 kB
Active:          3390916 kB
Inactive:         369972 kB
Active(anon):    2846524 kB
Inactive(anon):    93904 kB
Active(file):     544392 kB
Inactive(file):   276068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7856 kB
Writeback:             4 kB
AnonPages:       2891884 kB
Mapped:            72396 kB
Shmem:             49824 kB
Slab:             178648 kB
SReclaimable:     152132 kB
SUnreclaim:        26516 kB
KernelStack:        3520 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5260396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2789376 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 18:02:31