Trace number 4272685

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 5a (2017-07-26)UNSAT 2.7857599 1.19126

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-06.xml
MD5SUM7a29983c9ff052f95c6899aeb5034357
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 benchmark0.820391
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1322
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}]
Minimum variable degree1
Maximum variable degree44
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":3},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1322}]
Number of extensional constraints0
Number of intensional constraints1322
Distribution of constraint types[{"type":"intension","count":1322}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272685-1502718047.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4272685-1502718047.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.41/0.43	c parse instance...
2.22/1.00	c solve instance...
2.54/1.17	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 (14307 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272685-1502718047/watcher-4272685-1502718047 -o /tmp/evaluation-result-4272685-1502718047/solver-4272685-1502718047 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1175477086 HOME/instance-4272685-1502718047.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

Current StackSize limit: 8192 KiB

solver pid=20352, runsolver pid=20349

[startup+0.100154 s]*
/proc/loadavg: 1.44 1.39 1.41 2/196 20353
/proc/meminfo: memFree=30375212/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=33976 memory=4544 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (runsolver) D 20349 20352 897 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 74025379 34791424 1136 18446744073709551615 4194304 4346622 140730734579984 140730734576616 140064641163991 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 26443776 140730734587958 140730734588452 140730734588452 140730734591946 0
/proc/20352/statm: 8494 1136 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 4544 KiB

[startup+0.20931 s]*
/proc/loadavg: 1.44 1.39 1.41 2/210 20368
/proc/meminfo: memFree=30365440/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74025379 9740288 345 18446744073709551615 4194304 5098028 140735429817216 140735429815320 139735407948412 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 12832768 140735429824888 140735429825093 140735429825093 140735429828587 0
/proc/20352/statm: 2378 345 289 221 0 87 0
[pid=20354] ppid=20352 vsize=13907304 memory=22144 CPUtime=0.05 cores=1,3,5,7
/proc/20354/stat : 20354 (java) S 20352 20352 897 0 -1 1077944320 4955 0 0 0 4 1 0 0 20 0 14 0 74025390 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 140720616383264 139635496623863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
/proc/20354/statm: 3476826 5536 2556 1 0 3466323 0
[pid=20354/tid=20355] ppid=20352 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/20354/task/20355/stat : 20355 (java) D 20352 20352 897 0 -1 4202560 3123 0 0 0 4 0 0 0 20 0 14 0 74025391 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139635500861344 139635496645885 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20356] ppid=20352 vsize=13907304 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74025391 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139635431058320 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20357] ppid=20352 vsize=13907304 memory=140064644133751 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74025391 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139635430005520 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20358] ppid=20352 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74025391 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139635428953232 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20360] ppid=20352 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74025391 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139635427900432 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20361] ppid=20352 vsize=13907304 memory=140064644114048 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 74025393 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634413365360 139635496635010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20362] ppid=20352 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 74025393 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634412311328 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20363] ppid=20352 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 74025393 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634411258992 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20364] ppid=20352 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74025396 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634410207312 139635496642459 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20365] ppid=20352 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 897 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 74025396 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634409155184 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20366] ppid=20352 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74025396 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634408102384 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20367] ppid=20352 vsize=13907304 memory=140064644114048 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 897 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 74025396 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634407050096 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20368] ppid=20352 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 74025396 14241079296 5536 18446744073709551615 4194304 4196468 140720616400720 139634405997536 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23524 KiB

[startup+0.313022 s]*
/proc/loadavg: 1.44 1.39 1.41 3/211 20369
/proc/meminfo: memFree=30356528/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74025379 9740288 345 18446744073709551615 4194304 5098028 140735429817216 140735429815320 139735407948412 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 12832768 140735429824888 140735429825093 140735429825093 140735429828587 0
/proc/20352/statm: 2378 345 289 221 0 87 0
[pid=20354] ppid=20352 vsize=13974352 memory=34160 CPUtime=0.23 cores=1,3,5,7
/proc/20354/stat : 20354 (java) S 20352 20352 897 0 -1 1077944320 8636 0 0 0 20 3 0 0 20 0 15 0 74025390 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 140720616383264 139635496623863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
/proc/20354/statm: 3493588 8540 2966 1 0 3482964 0
[pid=20354/tid=20355] ppid=20352 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 897 0 -1 4202560 5961 0 0 0 13 1 0 0 20 0 15 0 74025391 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139635500846240 139635489301877 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20356] ppid=20352 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139635431058320 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20357] ppid=20352 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139635430005520 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20358] ppid=20352 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139635428953232 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20360] ppid=20352 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139635427900432 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20361] ppid=20352 vsize=13974352 memory=140064644114048 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025393 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634413365360 139635496635010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20362] ppid=20352 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74025393 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634412311328 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20363] ppid=20352 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74025393 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634411258992 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20364] ppid=20352 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634410207312 139635496642459 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20365] ppid=20352 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 897 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 15 0 74025396 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634409155184 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20366] ppid=20352 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 897 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 74025396 14309736448 8540 18446744073709551615 4194304 4196468 140720616400720 139634408102384 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20367] ppid=20352 vsize=13974352 memory=140064644114048 CPUtime=0.05 cores=1,3,5,7
/proc/20354/task/20367/stat : 20367 (java) R 20352 20352 897 0 -1 4202560 687 0 0 0 5 0 0 0 20 0 15 0 74025396 14309736448 9052 18446744073709551615 4194304 4196468 140720616400720 139634407050096 139635496645210 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20368] ppid=20352 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14309736448 9052 18446744073709551615 4194304 4196468 140720616400720 139634405997536 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20369] ppid=20352 vsize=13974352 memory=140064644114048 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74025401 14309736448 9052 18446744073709551615 4194304 4196468 140720616400720 139634404944304 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 35540 KiB

[startup+0.70702 s]
/proc/loadavg: 1.44 1.39 1.41 4/211 20369
/proc/meminfo: memFree=30339844/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74025379 9740288 345 18446744073709551615 4194304 5098028 140735429817216 140735429815320 139735407948412 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 12832768 140735429824888 140735429825093 140735429825093 140735429828587 0
/proc/20352/statm: 2378 345 289 221 0 87 0
[pid=20354] ppid=20352 vsize=13980732 memory=126800 CPUtime=1.2 cores=1,3,5,7
/proc/20354/stat : 20354 (java) S 20352 20352 897 0 -1 1077944320 14715 0 0 0 114 6 0 0 20 0 15 0 74025390 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 140720616383264 139635496623863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
/proc/20354/statm: 3495183 31700 3165 1 0 3483476 0
[pid=20354/tid=20355] ppid=20352 vsize=13980732 memory=280129041339840 CPUtime=0.53 cores=1,3,5,7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 897 0 -1 4202560 8086 0 0 0 49 4 0 0 20 0 15 0 74025391 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139635500858384 139635107901250 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20356] ppid=20352 vsize=13980732 memory=280129041418048 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139635431058320 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20357] ppid=20352 vsize=13980732 memory=280129041340032 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139635430005520 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20358] ppid=20352 vsize=13980732 memory=280129041418240 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139635428953232 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20360] ppid=20352 vsize=13980732 memory=280129041418432 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139635427900432 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20361] ppid=20352 vsize=13980732 memory=280129041418624 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634413365360 139635496635010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20362] ppid=20352 vsize=13980732 memory=280129041418816 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634412311328 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20363] ppid=20352 vsize=13980732 memory=280129041419008 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634411258992 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20364] ppid=20352 vsize=13980732 memory=280129041419200 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634410207312 139635496642459 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20365] ppid=20352 vsize=13980732 memory=1200 CPUtime=0.17 cores=1,3,5,7
/proc/20354/task/20365/stat : 20365 (java) R 20352 20352 897 0 -1 4202560 1628 0 0 0 17 0 0 0 20 0 15 0 74025396 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634409143616 139635478167649 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20366] ppid=20352 vsize=13980732 memory=7014751519734126161 CPUtime=0.15 cores=1,3,5,7
/proc/20354/task/20366/stat : 20366 (java) R 20352 20352 897 0 -1 4202560 1595 0 0 0 15 0 0 0 20 0 15 0 74025396 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634408088264 139635478169370 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20367] ppid=20352 vsize=13980732 memory=7013350815002350702 CPUtime=0.31 cores=1,3,5,7
/proc/20354/task/20367/stat : 20367 (java) R 20352 20352 897 0 -1 4202560 2096 0 0 0 31 0 0 0 20 0 15 0 74025396 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634407047032 139635475328549 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20368] ppid=20352 vsize=13980732 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634405997536 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20369] ppid=20352 vsize=13980732 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74025401 14316269568 31700 18446744073709551615 4194304 4196468 140720616400720 139634404944304 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 128180 KiB

[startup+1.19121 s]
# the end of solver process 20352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.70957 s, system=0.076186 s

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

[startup+0.91202 s]
/proc/loadavg: 1.44 1.39 1.41 4/211 20369
/proc/meminfo: memFree=30339844/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74025379 9740288 345 18446744073709551615 4194304 5098028 140735429817216 140735429815320 139735407948412 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 12832768 140735429824888 140735429825093 140735429825093 140735429828587 0
/proc/20352/statm: 2378 345 289 221 0 87 0
[pid=20354] ppid=20352 vsize=13980732 memory=146012 CPUtime=1.93 cores=1,3,5,7
/proc/20354/stat : 20354 (java) S 20352 20352 897 0 -1 1077944320 16265 0 0 0 187 6 0 0 20 0 15 0 74025390 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 140720616383264 139635496623863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
/proc/20354/statm: 3495183 36503 3176 1 0 3483476 0
[pid=20354/tid=20355] ppid=20352 vsize=13980732 memory=6944652177228980320 CPUtime=0.73 cores=1,3,5,7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 897 0 -1 4202560 8686 0 0 0 69 4 0 0 20 0 15 0 74025391 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139635500860728 139635111519404 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20356] ppid=20352 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139635431058320 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20357] ppid=20352 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139635430005520 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20358] ppid=20352 vsize=13980732 memory=3472328296160576369 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139635428953232 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20360] ppid=20352 vsize=13980732 memory=280129041334512 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139635427900432 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20361] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634413365360 139635496635010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20362] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634412311328 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20363] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634411258992 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20364] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634410207312 139635496642459 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20365] ppid=20352 vsize=13980732 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/20354/task/20365/stat : 20365 (java) R 20352 20352 897 0 -1 4202560 1883 0 0 0 36 0 0 0 20 0 15 0 74025396 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634409141728 139635477799660 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20366] ppid=20352 vsize=13980732 memory=6944656592387989600 CPUtime=0.34 cores=1,3,5,7
/proc/20354/task/20366/stat : 20366 (java) R 20352 20352 897 0 -1 4202560 1688 0 0 0 34 0 0 0 20 0 15 0 74025396 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634408100784 139635481535625 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20367] ppid=20352 vsize=13980732 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/20354/task/20367/stat : 20367 (java) R 20352 20352 897 0 -1 4202560 2696 0 0 0 47 0 0 0 20 0 15 0 74025396 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634407047936 139635475134028 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20368] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634405997536 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20369] ppid=20352 vsize=13980732 memory=140064520795200 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025401 14316269568 36503 18446744073709551615 4194304 4196468 140720616400720 139634404944304 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 147392 KiB

[startup+1.10079 s]*
/proc/loadavg: 1.44 1.39 1.41 4/211 20369
/proc/meminfo: memFree=30230512/32770624 swapFree=67108860/67108860
[pid=20352] ppid=20349 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74025379 9740288 345 18446744073709551615 4194304 5098028 140735429817216 140735429815320 139735407948412 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 12832768 140735429824888 140735429825093 140735429825093 140735429828587 0
/proc/20352/statm: 2378 345 289 221 0 87 0
[pid=20354] ppid=20352 vsize=13980732 memory=159368 CPUtime=2.54 cores=1,3,5,7
/proc/20354/stat : 20354 (java) S 20352 20352 897 0 -1 1077944320 17043 0 0 0 248 6 0 0 20 0 15 0 74025390 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 140720616383264 139635496623863 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
/proc/20354/statm: 3495183 39842 3186 1 0 3483476 0
[pid=20354/tid=20355] ppid=20352 vsize=13980732 memory=6082789035713259625 CPUtime=0.92 cores=1,3,5,7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 897 0 -1 4202560 8842 0 0 0 88 4 0 0 20 0 15 0 74025391 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139635500862592 139635114081812 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20356] ppid=20352 vsize=13980732 memory=3688502186493687347 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139635431058320 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20357] ppid=20352 vsize=13980732 memory=3617435670526346933 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139635430005520 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20358] ppid=20352 vsize=13980732 memory=7668336505784133207 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139635428953232 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20360] ppid=20352 vsize=13980732 memory=3763094171694674485 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025391 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139635427900432 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20361] ppid=20352 vsize=13980732 memory=3473595291604605369 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634413365360 139635496635010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20362] ppid=20352 vsize=13980732 memory=3473455227027797810 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634412311328 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20363] ppid=20352 vsize=13980732 memory=7453003750503639634 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74025393 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634411258992 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20364] ppid=20352 vsize=13980732 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634410207312 139635496642459 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20365] ppid=20352 vsize=13980732 memory=12946 CPUtime=0.52 cores=1,3,5,7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 897 0 -1 1077944384 2293 0 0 0 52 0 0 0 20 0 15 0 74025396 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634409155184 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20366] ppid=20352 vsize=13980732 memory=3760563100504573505 CPUtime=0.51 cores=1,3,5,7
/proc/20354/task/20366/stat : 20366 (java) R 20352 20352 897 0 -1 4202560 1738 0 0 0 51 0 0 0 20 0 15 0 74025396 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634408092176 139635488913317 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20367] ppid=20352 vsize=13980732 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 897 0 -1 1077944384 2858 0 0 0 56 0 0 0 20 0 15 0 74025396 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634407050096 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20368] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74025396 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634405997536 139635496634069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
[pid=20354/tid=20369] ppid=20352 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74025401 14316269568 39842 18446744073709551615 4194304 4196468 140720616400720 139634404944304 139635496635010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140720616407473 140720616407649 140720616407649 140720616411087 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 160748 KiB

Child status: 0
Real time (s): 1.19126
CPU time (s): 2.78576
CPU user time (s): 2.70957
CPU system time (s): 0.076186
CPU usage (%): 233.851
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 160748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.70957
system time used= 0.076186
maximum resident set size= 164672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17726
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= 1878
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 20352
#   total CPU time (s): 2.78576
#   total CPU user time (s): 2.70957
#   total CPU system time (s): 0.076186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034041 second user time and 0.051121 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 15:26:41
IDJOB=4272685
IDBENCH=120826
IDSOLVER=2664
FILE ID=node125/4272685-1502718047
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-06.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-4272685-1502718047/watcher-4272685-1502718047 -o /tmp/evaluation-result-4272685-1502718047/solver-4272685-1502718047 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1175477086 HOME/instance-4272685-1502718047.xml

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

MD5SUM BENCH= 7a29983c9ff052f95c6899aeb5034357
RANDOM SEED=1175477086

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30381336 kB
MemAvailable:   31335936 kB
Buffers:          295332 kB
Cached:           953392 kB
SwapCached:            0 kB
Active:          1359940 kB
Inactive:         597292 kB
Active(anon):     708804 kB
Inactive(anon):    33100 kB
Active(file):     651136 kB
Inactive(file):   564192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             4 kB
AnonPages:        707892 kB
Mapped:            61452 kB
Shmem:             33444 kB
Slab:             136372 kB
SReclaimable:     110216 kB
SUnreclaim:        26156 kB
KernelStack:        3440 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1376924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-14 15:26:42