Trace number 4309413

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14OPT73 101.015 101.01

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark5.48155
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

100.90/101.00	c xcsp_picat version 2.4#7 (8/14/2018)
100.90/101.00	o 286
100.90/101.00	o 176
100.90/101.00	o 121
100.90/101.00	o 93
100.90/101.00	o 79
100.90/101.00	o 75
100.90/101.00	o 73
100.90/101.00	s OPTIMUM FOUND
100.90/101.00	v <instantiation>
100.90/101.00	v     <list> s[]  </list> 
100.90/101.00	v     <values> 0 0 2 0 1 1 12 40 11 3 8 20 4 23 12 23 27 24 11 20 33 25 21 30 23 13 35 28 16 4 56 40 23 35 19 19 16 27 22 27 34 46 33 22 43 27 39 33 47 54 44 30 52 48 30 25 41 23 48 36 40 43 36 51 38 40 37 48 46 45 54 52 48 44 56 59 53 60 53 60 55 61 61 68 53 61 62 70 71 53 70 73   </values> 
100.90/101.00	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309413-1534309619/watcher-4309413-1534309619 -o /tmp/evaluation-result-4309413-1534309619/solver-4309413-1534309619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580 xcsp_picat HOME/instance-4309413-1534309619.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=13741, runsolver pid=13738

[startup+0.100912 s]*
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18445924/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2026156 memory=26960 CPUtime=0.1 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 1822 0 0 0 10 0 0 0 20 0 1 0 248525016 2074783744 6740 33554432000 4194304 5849940 140728186445888 140728186445000 139961812778887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 506539 6740 710 405 0 503483 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026156 KiB
Current children cumulated memory: 26960 KiB

[startup+0.209883 s]*
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18436996/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2034276 memory=35088 CPUtime=0.21 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 3924 0 0 0 20 1 0 0 20 0 1 0 248525016 2083098624 8772 33554432000 4194304 5849940 140728186445888 140728186445000 5300953 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 508569 8772 710 405 0 505513 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2034276 KiB
Current children cumulated memory: 35088 KiB

[startup+0.309707 s]*
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18429864/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2041768 memory=42540 CPUtime=0.31 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 6861 0 0 0 29 2 0 0 20 0 1 0 248525016 2090770432 10635 33554432000 4194304 5849940 140728186445888 140728186445000 5410624 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 510442 10635 722 405 0 507386 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2041768 KiB
Current children cumulated memory: 42540 KiB

[startup+0.700416 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18429740/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2041872 memory=42776 CPUtime=0.69 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 8566 0 0 0 67 2 0 0 20 0 1 0 248525016 2090876928 10694 33554432000 4194304 5849940 140728186445888 140728186444536 5408857 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 510468 10694 726 405 0 507412 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041872 KiB
Current children cumulated memory: 42776 KiB

[startup+1.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18429188/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2051504 memory=51500 CPUtime=1.49 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 9422 0 0 0 147 2 0 0 20 0 1 0 248525016 2100740096 12875 33554432000 4194304 5849940 140728186445888 140728186444536 5317176 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 512876 12875 734 405 0 509820 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2051504 KiB
Current children cumulated memory: 51500 KiB

[startup+3.10944 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18417712/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2053984 memory=54256 CPUtime=3.1 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 11052 0 0 0 308 2 0 0 20 0 1 0 248525016 2103279616 13564 33554432000 4194304 5849940 140728186445888 140728186443432 4204105 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 513496 13564 738 405 0 510440 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54256 KiB

[startup+6.30027 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18417560/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2053984 memory=54256 CPUtime=6.29 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 13763 0 0 0 627 2 0 0 20 0 1 0 248525016 2103279616 13564 33554432000 4194304 5849940 140728186445888 140728186443432 4207927 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 513496 13564 738 405 0 510440 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54256 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 13742
/proc/meminfo: memFree=18418160/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2053984 memory=54256 CPUtime=12.69 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 20853 0 0 0 1267 2 0 0 20 0 1 0 248525016 2103279616 13564 33554432000 4194304 5849940 140728186445888 140728186443432 5306001 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 513496 13564 738 405 0 510440 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2053984 KiB
Current children cumulated memory: 54256 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.05 3/191 13742
/proc/meminfo: memFree=18413168/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2060836 memory=59208 CPUtime=25.49 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 27084 0 0 0 2545 4 0 0 20 0 1 0 248525016 2110296064 14802 33554432000 4194304 5849940 140728186445888 140728186444376 5308647 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 515209 14802 751 405 0 512153 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59208 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13742
/proc/meminfo: memFree=18408532/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064808 memory=64104 CPUtime=51.11 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 37632 0 0 0 5102 9 0 0 20 0 1 0 248525016 2114363392 16026 33554432000 4194304 5849940 140728186445888 140728186444376 5308608 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516202 16026 751 405 0 513146 0
Current children cumulated CPU time: 51.11 s
Current children cumulated vsize: 2064808 KiB
Current children cumulated memory: 64104 KiB

[startup+101.01 s]
# the end of solver process 13741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=100.809 s, system=0.206015 s

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

[startup+51.2003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13742
/proc/meminfo: memFree=18408532/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064808 memory=64104 CPUtime=51.2 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 37645 0 0 0 5111 9 0 0 20 0 1 0 248525016 2114363392 16026 33554432000 4194304 5849940 140728186445888 140728186444376 5326656 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516202 16026 751 405 0 513146 0
Current children cumulated CPU time: 51.2 s
Current children cumulated vsize: 2064808 KiB
Current children cumulated memory: 64104 KiB

[startup+76.8004 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408040/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2046488 memory=47460 CPUtime=76.8 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 47700 0 0 0 7665 15 0 0 20 0 1 0 248525016 2095603712 11865 33554432000 4194304 5849940 140728186445888 140728186444376 5392217 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 511622 11865 753 405 0 508566 0
Current children cumulated CPU time: 76.8 s
Current children cumulated vsize: 2046488 KiB
Current children cumulated memory: 47460 KiB

[startup+89.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408932/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064544 memory=64104 CPUtime=89.6 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 49299 0 0 0 8943 17 0 0 20 0 1 0 248525016 2114093056 16026 33554432000 4194304 5849940 140728186445888 140728186444376 139961812778887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516136 16026 753 405 0 513080 0
Current children cumulated CPU time: 89.6 s
Current children cumulated vsize: 2064544 KiB
Current children cumulated memory: 64104 KiB

[startup+96.0003 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408412/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064272 memory=63892 CPUtime=96.01 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 53889 0 0 0 9582 19 0 0 20 0 1 0 248525016 2113814528 15973 33554432000 4194304 5849940 140728186445888 140728186444376 4208333 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516068 15973 753 405 0 513012 0
Current children cumulated CPU time: 96.01 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 63892 KiB

[startup+99.2003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408420/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064272 memory=63892 CPUtime=99.2 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 53889 0 0 0 9901 19 0 0 20 0 1 0 248525016 2113814528 15973 33554432000 4194304 5849940 140728186445888 140728186444376 5309897 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516068 15973 753 405 0 513012 0
Current children cumulated CPU time: 99.2 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 63892 KiB

[startup+100 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408420/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064272 memory=63892 CPUtime=100.01 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 53889 0 0 0 9982 19 0 0 20 0 1 0 248525016 2113814528 15973 33554432000 4194304 5849940 140728186445888 140728186444376 139961812778887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516068 15973 753 405 0 513012 0
Current children cumulated CPU time: 100.01 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 63892 KiB

[startup+100.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408420/32770624 swapFree=67108852/67108860
[pid=13741] ppid=13738 vsize=2064272 memory=63892 CPUtime=100.8 cores=1,3,5,7
/proc/13741/stat : 13741 (xcsp_picat) R 13738 13741 11116 0 -1 4202496 53889 0 0 0 10060 20 0 0 20 0 1 0 248525016 2113814528 15973 33554432000 4194304 5849940 140728186445888 140728186444376 139961812778887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 17022976 140728186451126 140728186451204 140728186451204 140728186453962 0
/proc/13741/statm: 516068 15973 753 405 0 513012 0
Current children cumulated CPU time: 100.8 s
Current children cumulated vsize: 2064272 KiB
Current children cumulated memory: 63892 KiB

[startup+101 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 13743
/proc/meminfo: memFree=18408420/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 101.01
CPU time (s): 101.015
CPU user time (s): 100.809
CPU system time (s): 0.206015
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2064820
Max. memory (cumulated for all children) (KiB): 64112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.809
system time used= 0.206015
maximum resident set size= 64116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 13741
#   total CPU time (s): 101.015
#   total CPU user time (s): 100.809
#   total CPU system time (s): 0.206015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.397202 second user time and 0.726491 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 07:06:59
IDJOB=4309413
IDBENCH=141468
IDSOLVER=2794
FILE ID=node133/4309413-1534309619
RUNJOBID= node133-1534293186-11148
PBS_JOBID= 21038139
Free space on /tmp= 39376 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-01_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309413-1534309619/watcher-4309413-1534309619 -o /tmp/evaluation-result-4309413-1534309619/solver-4309413-1534309619 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534293186-11148 --watchdog 2580  xcsp_picat HOME/instance-4309413-1534309619.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=1677734383

node133.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.24
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.24
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.24
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.24
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:        18469552 kB
MemAvailable:   26335484 kB
Buffers:          150620 kB
Cached:          7955948 kB
SwapCached:            4 kB
Active:          9729236 kB
Inactive:        3980488 kB
Active(anon):    5554156 kB
Inactive(anon):   109924 kB
Active(file):    4175080 kB
Inactive(file):  3870564 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              3252 kB
Writeback:             4 kB
AnonPages:       5613936 kB
Mapped:            58416 kB
Shmem:             58008 kB
Slab:             277152 kB
SReclaimable:     248748 kB
SUnreclaim:        28404 kB
KernelStack:        3632 kB
PageTables:        16232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7606816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3026944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39372 MiB
End job on node133 at 2018-08-15 07:08:40