Trace number 4309506

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-14? (exit code) 65.0985 65.104

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

65.00/65.06	% error: OUT OF MEMORY
65.00/65.06	% unhandled interrupt event 
65.00/65.06	c xcsp_picat version 2.4#7 (8/14/2018)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309506-1534295421/watcher-4309506-1534295421 -o /tmp/evaluation-result-4309506-1534295421/solver-4309506-1534295421 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580 xcsp_picat HOME/instance-4309506-1534295421.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=22753, runsolver pid=22750

[startup+0.100573 s]*
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=24507752/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=33648 CPUtime=0.1 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 1930 0 0 0 10 0 0 0 20 0 1 0 247105257 2074361856 8412 33554432000 4194304 5849940 140725481094016 140725481093320 4561400 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 8412 619 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 33648 KiB

[startup+0.209711 s]*
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=24468200/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=52080 CPUtime=0.21 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 1939 0 0 0 20 1 0 0 20 0 1 0 247105257 2074361856 13020 33554432000 4194304 5849940 140725481094016 140725481093320 4786896 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 13020 619 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 52080 KiB

[startup+0.309553 s]*
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=24437480/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=68464 CPUtime=0.31 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 1947 0 0 0 30 1 0 0 20 0 1 0 247105257 2074361856 17116 33554432000 4194304 5849940 140725481094016 140725481093320 4476365 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 17116 619 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 68464 KiB

[startup+0.700353 s]
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=24361580/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=136104 CPUtime=0.69 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 1980 0 0 0 67 2 0 0 20 0 1 0 247105257 2074361856 34026 33554432000 4194304 5849940 140725481094016 140725481093320 4490967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 34026 622 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 136104 KiB

[startup+1.50036 s]
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=24193272/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=277436 CPUtime=1.49 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 2054 0 0 0 146 3 0 0 20 0 1 0 247105257 2074361856 69359 33554432000 4194304 5849940 140725481094016 140725481093320 4517871 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 69359 626 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 277436 KiB

[startup+3.10943 s]
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=23472688/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2025744 memory=576444 CPUtime=3.1 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 2319 0 0 0 303 7 0 0 20 0 1 0 247105257 2074361856 144111 33554432000 4194304 5849940 140725481094016 140725481093320 4541596 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 506436 144111 626 405 0 503380 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 576444 KiB

[startup+6.3004 s]
/proc/loadavg: 2.04 2.03 1.95 3/188 22760
/proc/meminfo: memFree=21986172/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2056996 memory=1160724 CPUtime=6.29 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 2983 0 0 0 612 17 0 0 20 0 1 0 247105257 2106363904 290181 33554432000 4194304 5849940 140725481094016 140725481093320 4976545 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 514249 290181 626 405 0 511193 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2056996 KiB
Current children cumulated memory: 1160724 KiB

[startup+12.7004 s]
/proc/loadavg: 1.96 2.01 1.95 3/188 22760
/proc/meminfo: memFree=19994776/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=2244496 memory=1861576 CPUtime=12.68 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 6204 0 0 0 1238 30 0 0 20 0 1 0 247105257 2298363904 465394 33554432000 4194304 5849940 140725481094016 140725481093208 4873330 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 561124 465394 638 405 0 558068 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2244496 KiB
Current children cumulated memory: 1861576 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.01 1.95 3/188 22760
/proc/meminfo: memFree=15178776/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=5278860 memory=3232796 CPUtime=25.48 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 15277 0 0 0 2458 90 0 0 20 0 1 0 247105257 5405552640 808199 33554432000 4194304 5849940 140725481094016 140725481093016 4488840 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 1319715 808199 657 405 0 1316659 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 5278860 KiB
Current children cumulated memory: 3232796 KiB

[startup+51.1096 s]
/proc/loadavg: 1.98 2.01 1.95 3/188 22760
/proc/meminfo: memFree=705620/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=15747384 memory=11681736 CPUtime=51.1 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 47957 0 0 0 4735 375 0 0 20 0 1 0 247105257 16125321216 2920434 33554432000 4194304 5849940 140725481094016 140725481093016 5260786 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 3936846 2920434 657 405 0 3933790 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 15747384 KiB
Current children cumulated memory: 11681736 KiB

[startup+65.1039 s]
# the end of solver process 22753 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=60.5168 s, system=4.58168 s

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

[startup+51.2004 s]
/proc/loadavg: 1.98 2.01 1.95 3/188 22760
/proc/meminfo: memFree=705620/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=15747384 memory=11681736 CPUtime=51.19 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 47957 0 0 0 4744 375 0 0 20 0 1 0 247105257 16125321216 2920434 33554432000 4194304 5849940 140725481094016 140725481093016 5260393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 3936846 2920434 657 405 0 3933790 0
Current children cumulated CPU time: 51.19 s
Current children cumulated vsize: 15747384 KiB
Current children cumulated memory: 11681736 KiB

[startup+57.6003 s]
/proc/loadavg: 1.98 2.01 1.95 3/188 22760
/proc/meminfo: memFree=10877272/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=11841132 memory=9098024 CPUtime=57.58 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 49047 0 0 0 5363 395 0 0 20 0 1 0 247105257 12125319168 2274506 33554432000 4194304 5849940 140725481094016 140725481093304 4488856 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 2960283 2274506 657 405 0 2957227 0
Current children cumulated CPU time: 57.58 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 9098024 KiB

[startup+60.8004 s]
/proc/loadavg: 1.98 2.01 1.95 3/188 22760
/proc/meminfo: memFree=8725064/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=11841132 memory=10261288 CPUtime=60.78 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 49615 0 0 0 5666 412 0 0 20 0 1 0 247105257 12125319168 2565322 33554432000 4194304 5849940 140725481094016 140725481093304 4488758 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 2960283 2565322 657 405 0 2957227 0
Current children cumulated CPU time: 60.78 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 10261288 KiB

[startup+62.4004 s]
/proc/loadavg: 1.90 1.99 1.95 3/188 22761
/proc/meminfo: memFree=7320148/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=11841132 memory=10842920 CPUtime=62.38 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 49899 0 0 0 5818 420 0 0 20 0 1 0 247105257 12125319168 2710730 33554432000 4194304 5849940 140725481094016 140725481093304 4548541 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 2960283 2710730 657 405 0 2957227 0
Current children cumulated CPU time: 62.38 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 10842920 KiB

[startup+64.0004 s]*
/proc/loadavg: 1.90 1.99 1.95 3/188 22761
/proc/meminfo: memFree=5888040/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=11841132 memory=11426600 CPUtime=63.99 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 50184 0 0 0 5970 429 0 0 20 0 1 0 247105257 12125319168 2856650 33554432000 4194304 5849940 140725481094016 140725481093304 4548541 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 2960283 2856650 657 405 0 2957227 0
Current children cumulated CPU time: 63.99 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 11426600 KiB

[startup+64.8004 s]
/proc/loadavg: 1.90 1.99 1.95 3/188 22761
/proc/meminfo: memFree=5888040/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=11841132 memory=11203484 CPUtime=64.78 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 50930 0 0 0 6045 433 0 0 20 0 1 0 247105257 12125319168 2800871 33554432000 4194304 5849940 140725481094016 140725481093304 139816428064295 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 3082353 2800871 657 405 0 3079297 0
Current children cumulated CPU time: 64.78 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 11203484 KiB

[startup+65.0004 s]*
/proc/loadavg: 1.90 1.99 1.95 3/188 22761
/proc/meminfo: memFree=5004608/32770624 swapFree=67108796/67108860
[pid=22753] ppid=22750 vsize=12329412 memory=12023948 CPUtime=65 cores=1,3,5,7
/proc/22753/stat : 22753 (xcsp_picat) R 22750 22753 22475 0 -1 4202496 51646 0 0 0 6050 450 0 0 20 0 1 0 247105257 12625317888 3005987 33554432000 4194304 5849940 140725481094016 140725481093304 5257215 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 41791488 140725481096374 140725481096452 140725481096452 140725481099210 0
/proc/22753/statm: 3082353 3005987 657 405 0 3079297 0
Current children cumulated CPU time: 65 s
Current children cumulated vsize: 12329412 KiB
Current children cumulated memory: 12023948 KiB

Child status: 1
Real time (s): 65.104
CPU time (s): 65.0985
CPU user time (s): 60.5168
CPU system time (s): 4.58168
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 15747384
Max. memory (cumulated for all children) (KiB): 12023948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.5168
system time used= 4.58168
maximum resident set size= 12178868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52119
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= 74


# summary of solver processes directly reported to runsolver:
#   pid: 22753
#   total CPU time (s): 65.0985
#   total CPU user time (s): 60.5168
#   total CPU system time (s): 4.58168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.320635 second user time and 0.49627 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 03:10:21
IDJOB=4309506
IDBENCH=141102
IDSOLVER=2794
FILE ID=node138/4309506-1534295421
RUNJOBID= node138-1534292900-22507
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309506-1534295421/watcher-4309506-1534295421 -o /tmp/evaluation-result-4309506-1534295421/solver-4309506-1534295421 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580  xcsp_picat HOME/instance-4309506-1534295421.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1670570800

node138.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.71
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.71
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.71
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.71
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:        24564456 kB
MemAvailable:   31891924 kB
Buffers:          139484 kB
Cached:          7373368 kB
SwapCached:           12 kB
Active:          3888556 kB
Inactive:        3684260 kB
Active(anon):       3900 kB
Inactive(anon):   116612 kB
Active(file):    3884656 kB
Inactive(file):  3567648 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3912 kB
Writeback:             0 kB
AnonPages:        127828 kB
Mapped:            53716 kB
Shmem:             57964 kB
Slab:             331144 kB
SReclaimable:     303624 kB
SUnreclaim:        27520 kB
KernelStack:        3344 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     360092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27388 MiB
End job on node138 at 2018-08-15 03:11:26